get https://api.teamgridapp.com/users
Get all users
With the "Get Users" endpoint you can receive all the users of your TeamGrid team.
Field | Possible values | Description |
---|---|---|
userId | String (17 characters long) | Unique identifier |
name | String | Name of the user |
emails | String[] | Email addresses of the user |
contactId | String (17 characters long) | Unique identifier of the person contact assigned to this user |
roleId | String (17 characters long) | Unique identifier of the role assigned to this user |
costRate | Number | Hourly cost rate of this user |
currentTaskId | String (17 characters long) | Unique identifier of the task on which the user in currently working on |
workingHours | Object[] (see below for sub fields) | Configured working hours of the user |
workingHours.$.weekday | Number (0-6) | Weekday (Monday = 0) |
workingHours.$.start | Number | Start in Minutes, starting by 00:00. Example: 540 = 09:00 |
workingHours.$.end | Number | End in Minutes, starting by 00:00. Example: 1080 = 18:00 |