settings.users.read
GRANULAR SCOPE(S): None
LIMITS: Standard API rate limits
Parameter | Description |
---|---|
After | Results will display a maximum of 100 users per page. Additional results will be on the next page. |
Limit | The number of users to retrieve. |
{
"paging": {
"next": {
"link": "string",
"after": "string"
}
},
"results": [
{
"firstName": "string",
"lastName": "string",
"primaryTeamId": "101",
"roleIds": [
"string"
],
"sendWelcomeEmail": true,
"roleId": "100",
"secondaryTeamIds": [
"102"
],
"id": "123",
"superAdmin": false,
"email": "newUser@email.com"
}
]
}
Was this page helpful?