Update member
Updates an existing member’s role, group assignments, or other properties. All fields are optional — only include the fields you want to change.
Authorizations
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
Path Parameters
The unique identifier (UUID) of the member to update
"550e8400-e29b-41d4-a716-446655440000"
Body
New role for the member. USER: Standard user. MANAGER: Can manage contracts. ADMIN: Full access.
USER, MANAGER, ADMIN "MANAGER"
New status for the member. active: Can access the platform. disabled: Cannot access. pending: Awaiting invitation acceptance.
active, disabled, pending "active"
List of group UUIDs to assign the member to. Replaces existing group assignments.
List of folder UUIDs to assign the member to. Replaces existing folder assignments.
First name of the member
"John"
Last name of the member
"Doe"
Email address of the member
"john.doe@example.com"
Resend invitation email to a pending member
true
UUID of a member to act as substitute (for out-of-office).
"7c9e6679-7425-40de-944b-e07fc1f90ae7"
Response
Updated member details
Unique identifier for the member.
"550e8400-e29b-41d4-a716-446655440000"
The role assigned to this member, which determines their permissions.
USER: Standard user with basic access to view and interact with contracts.MANAGER: Can create, edit, and manage contracts and workflows.ADMIN: Full administrative access including member management and organization settings.
USER, MANAGER, ADMIN "ADMIN"
The current status of the member.
active: The member has accepted their invitation and can access the platform.disabled: The member has been deactivated and cannot access the platform.pending: The member has been invited but has not yet accepted.
active, disabled, pending "active"
The user account associated with this member.
List of group UUIDs the member belongs to.
Time at which the member was created. Formatted as an ISO 8601 date-time string.
"2024-01-01T00:00:00.000Z"
Time at which the member was last updated. Formatted as an ISO 8601 date-time string.
"2024-01-02T00:00:00.000Z"