Logo
Acronis Cyber Platform's Public API Documentation

Get a user info

GET {{base_url}}/api/2/users/{{user_id}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "mfa_status": "disabled", "enabled": true, "contact": { "state": "WA", "phone": null, "city": null, "email": "stas.test.2012@example.com", "address1": null, "zipcode": null, "firstname": "First=stas.test.2012", "country": null, "lastname": "Last-stas.test.2012", "address2": null }, "version": 6, "login": "stas.test.2012", "activated": false, "tenant_id": "3d66cf76-b4ea-448a-b318-a64b998e1ccf", "language": "en", "id": "4444183f-c3f7-4c87-beda-d223d1eb2723", "idp_id": "11111111-1111-1111-1111-111111111111", "business_types": [], "created_at": "2020-02-19T18:18:08+00:00", "personal_tenant_id": "e4a4fae8-22a1-4e81-aacb-c34d8fe0ec36", "notifications": [ "quota" ] }



Curl
curl -X GET 'base_url/api/2/users/user_id' -H 'Content-Type: application/json'

ENDPOINTS