Invites
Create an invite
Sends an invite email to the given address. Required: email.
The role field sets the invitee’s workspace role (default: MEMBER). Note that
OWNER cannot be assigned via invite.
The teamRole and teamIds fields control which teams the invitee is added to
upon acceptance.
Requires ADMIN or OWNER workspace role.
POST
Create an invite
Authorizations
API key obtained from the Slog dashboard or returned by the signup/invite-redeem
flows. Pass as the slog-api-key header.
Body
application/json
Example:
Workspace role for the invitee. Defaults to MEMBER. Cannot be OWNER.
Available options:
MEMBER, ADMIN Example:
"MEMBER"
Role of a user within a team.
Available options:
VIEWER, MEMBER, ADMIN, OWNER Teams to add the invitee to upon acceptance.
Example:
["team_01jqteam0001"]Response
Invite created and email sent.
Create an invite