settings.users.read
GRANULAR SCOPE(S): None
LIMITS: Standard API rate limits
Parameters
Example Output
Workflow Library Example
List Users with Hubspot and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?