cURL
curl --request GET \ --url https://api.example.com/api/app/{app_id}/roles \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "role_name": "<string>", "created_date": "<unknown>" } ]
Returns all roles for an app.
Authorization:
nx1_app_manager
Returns 404 if app not found or user doesn’t have access.
The access token received from the authorization server in the OAuth 2.0 flow.
App roles retrieved successfully
Unique ID of the app role.
ID of the app.
Name of the role.
Timestamp when the role was created.
Was this page helpful?