Inviting a user with the admin role is not permitted via the API.
Explore documentation
Invite a team member
Invites a new user to the team. If the user is already a member, it returns the existing member's details with a 200 OK status.
Query parameters
Required if using a global API token to specify the team.
Headers
Bearer $TOKEN
application/json
Body parameters
The email address of the user to invite.
The role to assign to the user. Defaults to responder. Allowed values: responder, member, team_lead, billing_admin.
An invitation was sent to the user.
Response body
The user is already a member of the team.
Response body
The request was invalid (e.g., invalid email or role).
Response body
Inviting an admin is forbidden.
Response body
Example cURL
Looking for the details of a specific parameter?
Explore [the list of all Team Members API parameters][docs-uptime-api-team-members-response-params].