Nurama Developers
Users

Get logged in user's details.

GET
/users

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/users"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "firstName": "string",  "middleName": "string",  "lastName": "string",  "company": "string",  "userName": "string",  "displayName": "string",  "avatarId": "ac572b6e-802b-4b9e-a602-0786d4441e67",  "avatar": "01d8bd6c-6014-46aa-b5b1-14d337c9c779",  "color": "#ffffff",  "email": "user@example.com",  "isEmailVerified": false,  "hasPassword": false,  "allowOauthAutolink": true,  "mfaEnabled": false,  "mfaType": "totp",  "status": "active",  "accountType": "standard",  "globalRoles": [    "string"  ],  "preferences": {},  "language": "en",  "externalIds": {},  "lastSeen": "2019-08-24T14:15:22Z",  "hasUsedTrial": false,  "hasUsedDemo": false,  "hasSeen": [    "string"  ],  "awards": [    "staff"  ],  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}