POST
request to /api/workspaces/v1.1/invite-member
.
This request takes a JSON body with the following 2 required fields:
admin
, editor
, client
.Show example of request
POST
request to /api/workspaces/v1.1/accept/{team_invitation_id}
where {team_invitation_id}
is the ID received back when inviting members.
This request does not take a body.