Retrieves the roles on an account.

Requirements:

STANDARD SCOPE(S): settings.users.read

GRANULAR SCOPE(S): None

LIMITS: Standard API rate limits

Example Output

{
	"results": [
		{
			"id": "100",
			"name": "Test Role",
			"requiresBillingWrite": "False"
		}
	]
}

Workflow Library Example

List Roles with Hubspot and Send Results Via Email

Preview this Workflow on desktop