Settings
English
cURL
curl --request GET \ --url https://api.hubapi.com/settings/v3/users/roles \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "100", "name": "Test Role", "requiresBillingWrite": "False" } ] }
Retrieves the roles on an account
crm.objects.users.read
settings.users.read
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?