Get User
GET /v2/partner/users/{id}
Required scopes
partner:users:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getUser |
| Tags | Operations |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| id * | id | UUID v4. |
| type * | enum (1) | user |
| team_id * | id | UUID v4. |
| email * | string (email) | |
| name | string | |
| role * | enum (3) | admineditorviewer |
| status * | enum (3) | activeinvitedsuspended |
| inserted_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| updated_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| last_signed_in_at | updated_at | RFC 3339 / ISO 8601 timestamp. |
Example request
GET https://api.digitalonboarding.com/v2/partner/users/{id}
Authorization: Bearer <partner-token>