User
A user represents someone who is part of a Oneflow account.
User attributes
Attribute | Type | Description |
---|---|---|
_links | object | Contains links to endpoints associated with the parent object. See Links. |
active | boolean | True if the user is active and false otherwise. |
string(email) | The user's email address. | |
is_admin | boolean | True if the user is an administrator and false otherwise. |
id | integer | The unique ID of the user. |
name | string | The name of the user. |
phone_number | string(phone_number) | The mobile phone number of the user. |
state | string(enum) | Indicates the state of the user. Can only be registered . |
title | string | The title of the user. |
Updated about 1 year ago