Get self info using Basic Authentication
GET {{base_url}}/api/2/users/me
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"mfa_status": "disabled",
"tenant_id": "53b471e1-50dd-4557-ae4d-f687946821d4",
"language": "en",
"personal_tenant_id": null,
"business_types": [],
"idp_id": "11111111-1111-1111-1111-111111111111",
"created_at": "2019-12-02T12:22:13+00:00",
"enabled": true,
"version": 4,
"notifications": [
"quota",
"reports",
"backup_daily_report"
],
"activated": true,
"id": "bfa9d672-35ee-4aad-b3d9-024d145f7fe3",
"contact": {
"zipcode": null,
"lastname": "Pavlov",
"state": null,
"city": null,
"phone": null,
"country": null,
"email": "stas.pavlov@example.com",
"firstname": "Stas",
"address2": null,
"address1": null
},
"login": "stas.pavlov@example.com"
} |
ENDPOINTS