List Users
Retrieves a list of users from an account.
Requirements:
STANDARD SCOPE(S): settings.users.read
GRANULAR SCOPE(S): None
LIMITS: Standard API rate limits
Parameters
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. |
Example Output
{
"results": [
{
"id": "123",
"email": "newUser@email.com",
"roleId": "100",
"primaryTeamId": "101",
"secondaryTeamIds": [
"102"
]
}
],
"paging": {
"next": {
"after": "string",
"link": "string"
}
}
}
Workflow Library Example
List Users with Hubspot and Send Results Via Email
Preview this Workflow on desktop