Docs
Get User
GET /Organizations/{organizationId}/users/{userId}
GET
/Organizations/{organizationId}/users/{userId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Returns the profile details for a single member of the organization. Returns 404 Not Found if the user is not a member.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization the user belongs to. |
| userId | Guid | Required | The user to retrieve. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique user ID. |
| firstName | string | User's first name. |
| lastName | string | User's last name. |
| string | User's email address. |