π
π
π
π
Simple OKR
β Back to Simple OKR
Searchβ¦
Welcome
FAQ
Simple OKR Manual
Objectives & Key Results
Configuration & Settings
Developer API
Authentication
Errors
API Reference
Users
Teams
Cycles
Objectives
Key Results
Powered By
GitBook
Users
User object holds information about a user of an organization.
The User object
Attribute
Type
Description
id
string
Unique user identifier
name
string
Full name of the user
email
string
Email address associated with the user
is_active
bool
Indicator whether the user is active or not. Inactive users cannot sign into Simple OKR.
created_at
string
Time when the user was created. RFC 3339 format.
Example:
1
{
2
"id"
:
"16682617-f25d-4df2-9f51-3c38298996b8"
,
3
"name"
:
"John Doe"
,
4
"email"
:
"
[email protected]
"
,
5
"is_active"
:
true
,
6
"created_at"
:
"2018-02-20T12:32:56Z"
7
}
Copied!
get
https://api.simpleokr.com
/v1/users
List users
get
https://api.simpleokr.com
/v1/users/:id
Retrieve user
Developer API - Previous
API Reference
Next
Teams
Last modified
2yr ago
Copy link
Contents
The User object
get
List users
get
Retrieve user