Invite Team Member
Teams
Invite Team Member
Sends an invitation to a new team member via email.
POST
Invite Team Member
Send an invitation to a new team member via email. If the user already has a Rolla account, they will be added directly. New users will receive a registration link.
Example Request
Example Response
The
roleId is optional and defaults to the Initiator role when omitted. Use /teams/roles to get available role IDs — the assignable set is initiator, approver, and business_admin (the approver and business_admin roles can only be assigned by Business Owners and Business Admins). The roleId UUID model itself is unchanged.Authorizations
Your Rolla API key
Body
application/json
Email address of the person to invite
Example:
"jane@example.com"
Full name of the person to invite
Required string length:
1 - 100Example:
"Jane Doe"
Role to assign (from /teams/roles). Optional — defaults to the initiator role when omitted.