user
resource
Base endpoint:
{server_url}/users
Contains information about the users of the service.
A user resource describes the owners of the tasks in the service. Before you can create a task
resource in the service, you must create the ‘user’ resource to assign to the task
.
Learn more about the task resource.
Resource properties
Sample user
resource
{
"lastName": "Smith",
"firstName": "Ferdinand",
"email": "f.smith@example.com",
"id": 1
}
Property name | Type | Description |
---|---|---|
lastName | string | The user’s last name |
firstName | string | The user’s first name |
email | string | The user’s email address |
id | number | The user’s unique record ID |