Attribute | Type | Description |
id | string | Unique user identifier |
name | string | Full name of the user |
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:
{"id": "16682617-f25d-4df2-9f51-3c38298996b8","name": "John Doe","email": "email@example.com","is_active": true,"created_at": "2018-02-20T12:32:56Z"}
{"next_page_token": null,"users": [{"id": "16682617-f25d-4df2-9f51-3c38298996b8","name": "John Doe","email": "email@example.com","is_active": true,"created_at": "2018-02-20T12:32:56Z"},{...},{...}]}
{"id": "16682617-f25d-4df2-9f51-3c38298996b8","name": "John Doe","email": "email@example.com","is_active": true,"created_at": "2018-02-20T12:32:56Z"}