Retrieves a single member by their unique identifier.
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | The unique identifier of the member |
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
user | object | User profile (id, username, firstname, lastname) |
role | string | Member role: user, manager, or admin |
status | string | Current status: active, disabled, or pending |
contracts | array | List of contracts the member is associated with |
createdAt | string | ISO 8601 timestamp of creation |
updatedAt | string | ISO 8601 timestamp of last update |
Your Tomorro API key. You can generate one from your organization settings.
The unique identifier of the member
Member details
API response wrapper for a single member
A member of your organization