Updates an existing member’s role, group assignments, or other properties.
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | The unique identifier of the member to update |
| Field | Type | Required | Description |
|---|---|---|---|
role | string | Yes | New role: user, manager, or admin |
groupIds | string[] | No | List of group UUIDs to assign |
resendInvitation | boolean | No | Resend invitation email to pending members |
substituteId | string | No | UUID of a member to act as substitute (or null to remove) |
role field is required in every update request, even if you’re not changing it.Your Tomorro API key. You can generate one from your organization settings.
The unique identifier of the member
Request body for updating a member
The role of the member within the organization
user, manager, admin List of group IDs to assign the member to
Whether to resend the invitation email
ID of a member to act as substitute
Member updated successfully
API response wrapper for a single member
A member of your organization