Invitations
Create an invitation to allow a new person to join this Octopus instance
post/{spaceId}/users/invitations
Path parameters
spaceIdstring required
The ID of the space to create the invitation in.
Request body
Example request
{
"AddToTeamIds": [
"Teams-1",
"..."
],
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"Id": "Invitations-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.