Logo
Acronis Cyber Platform's Public API Documentation

Get a usre personal tenant availiable roles

GET {{base_url}}/api/2/tenants/{{user_personal_tenant_id}}/applications/roles

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "items": [ { "is_default": true, "application_id": "6e6d758d-8e74-3ae3-ac84-50eb0dff12eb", "type": "application_user", "role": "backup_user" }, { "is_default": true, "application_id": "dfd85a5f-a464-32ab-81fd-99bcc66a070f", "type": "application_user", "role": "sync_share_user" }, { "is_default": true, "application_id": "f9c5744e-bd1a-36b6-b0f0-ecd7483e1796", "type": "application_user", "role": "notary_admin" }, { "is_default": false, "application_id": "f9c5744e-bd1a-36b6-b0f0-ecd7483e1796", "type": "application_user", "role": "notary_user" }, { "is_default": true, "application_id": "7459244f-68f3-3bf4-9f53-5f63ecc1d91f", "type": "admin", "role": "unit_admin" }, { "is_default": false, "application_id": "7459244f-68f3-3bf4-9f53-5f63ecc1d91f", "type": "admin", "role": "readonly_admin" } ] }



Curl
curl -X GET 'base_url/api/2/tenants/user_personal_tenant_id/applications/roles' -H 'Content-Type: application/json' -d '{"enabled":false,"version":"current_tenant_version"}'

ENDPOINTS