Retrieve user details for a specific its identifier
application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier of the User to retrieve. If you pass ‘me’ as param, it gives your details |
200 OK
Response Fields:
| Field | Type | Description |
|---|---|---|
ok | boolean | Indicates whether the request was successful |
data | object | Contains the user response data |
data.id | string | Unique identifier for the user |
data.name | string | Name of the user |
data.email | string | Email address of the user |
data.role | string | Role of the user in the organization e.g. ADMIN, MEMBER |
data.organization | object | Information about the user’s organization |
data.organization.id | string | Unique identifier for the organization |
data.organization.name | string | Name of the organization |
400 Bad Request
404 Not Found
403 Forbidden
401 Unauthorized
403 Forbidden