curl --request GET \
--url https://api.us.lexful.app/v1/users/roles \
--header 'Authorization: Bearer <token>' \
--header 'X-Account-ID: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Get available user roles (filtered by account type)
curl --request GET \
--url https://api.us.lexful.app/v1/users/roles \
--header 'Authorization: Bearer <token>' \
--header 'X-Account-ID: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Bearer token
Account ID
Was this page helpful?