get
https://api.marketcircle.net/v1/users/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Attributes
| Attribute Name | Data Type | Description | Attributes |
|---|---|---|---|
self | reference | URL of the queried user. | Read-only Non-null |
login | string | The E-Mail address the users is using to log into Daylite | Read-only Non-null |
is_active | boolean | Is the user active | Read-only Non-null |
contact | reference | The contact the User is linked to | Read-only Non-null |
access_level | string | The users access level | Read-only Non-null |
hex_colour | colour | The users colour code in hex. | Read-Write Nullable |
private_team | reference | URL for the users private team. | Read-only Non-null |
create_date | datetime | The date and time the user was created. | Read-only Non-null |
modify_date | datetime | The date and time the user was last modified. | Read-only Non-null |
Users and ContactsEvery user is linked to a contact, in most cases it's appropriate to display the contact information of the user in your application instead of presenting the user. The details from the user model should be hidden as much as possible from end-users.