Creates a new member in your organization. The member will receive an invitation email if sendInvitation is set to true.
| Field | Type | Required | Description |
|---|---|---|---|
username | string | Yes | Email address for the new member |
role | string | Yes | Member role: user, manager, or admin |
groupIds | string[] | No | List of group UUIDs to assign the member to |
sendInvitation | boolean | No | Send an invitation email (default: false) |
| Role | Description |
|---|---|
user | Standard user with basic permissions |
manager | Can manage contracts and team workflows |
admin | Full administrative access |
sendInvitation is true, the new member will receive an email invitation to join your organization. The member’s status will be pending until they accept the invitation.Your Tomorro API key. You can generate one from your organization settings.
Request body for creating a new member
Email address for the new member
The role of the member within the organization
user, manager, admin List of group IDs to assign the member to
Whether to send an invitation email to the new member
Member created successfully
API response wrapper for a single member
A member of your organization