Links

User

You can use the API to get or set user information.
The Model
Key
Type
Description
id
String
The unique identifier for the user which is given by Tiledesk.
email
String
The user email.
password
String
The user password.
firstname
String
The user firstname.
lastname
String
The user lastname.
emailverified
Boolean
Determine if the user has a email validated.
status
Number
User status. Permitted values: 100 active, 0 disabled
createdAt
String
The time (ISO-8601 date string) when the user was created.
updatedAt
String
The time (ISO-8601 date string) when the user was updated.
createdBy
String
The unique identifier of the row creator
id_project
String
The unique identifier of the project
get
https://api.tiledesk.com
/v3/users
Get the current authenticated user
put
https://api.tiledesk.com
/v3/users/
Update the current authenticated user
Last modified 3mo ago