Invite Users
Invite a user to a team by email.
Requires teams:invite permission (team owners and admins) or team:invite_all permission (super admin).
POST
Invite Users
Path Parameters
Body
application/json
Response
Successful Response
Team invitation domains model.
Team membership roles.
Available options:
OWNER, ADMIN, MEMBER Invitation status.
Available options:
PENDING, ACCEPTED, DECLINED, EXPIRED Last modified on April 21, 2026
Previous
Accept InviteAccept a team invitation.
Only the target user (the one who was invited) can accept their invitation.
The user_id and email come from the authenticated JWT token.
Next
Invite Users