Get a user info
GET {{base_url}}/fc/api/v1/users/{{user_id}}
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"name": "Stanislav Pavlov",
"email": "stanislav.i.pavlov+demos@gmail.com",
"uuid": "ecaa110b7-28f4-4935-8f29-8065414442c3",
"group_id": null,
"allow_sync_and_share": false,
"can_manage_mobile_data_sources": true,
"can_manage_mobile_policies": true,
"can_manage_users": true,
"can_view_audit_log": true,
"can_access_forensic_api": false,
"disabled": false,
"free_space_to_maintain": 0,
"is_superuser": true,
"ldap_authentication": false,
"licensed": true,
"locale": "en",
"provisioned_admin": false,
"purge_proactively": false,
"pending": false,
"override_quota": null,
"quota": null,
"sid": null,
"upn": null,
"domain": null,
"login_name": null,
"login_url": "https://dev-cloud.acronis.com/fc/signin?email=stanislav.i.pavlov%2Bdemos%40gmail.com",
"confirmed_at": "2020-05-21T10:39:52Z",
"updated_at": "2020-07-28T13:16:08Z",
"created_at": "2020-05-21T10:39:52Z",
"deleted_at": null,
"last_logged_in_at": "2020-07-28T13:16:08Z",
"mobile_phone_number": null,
"ldap_mobile_phone_number": null,
"can_mobile_phone_number_be_changed": true,
"override_quota_in_gb": null,
"quota_in_mb": null,
"free_space_to_maintain_mb": 0,
"sync_and_share_content": {
"file_count": 0,
"folder_count": 0,
"used_space": 0
},
"policy": null
} |
ENDPOINTS