Invite a user to the network and email them an accept link
POST/v1/networks/:networkId/invitations
Creates an invitation for the given email with a membership role (admin or viewer) and emails the recipient a tokenized accept link. Requires the administrator role. Email delivery is best-effort and never fails the request, so the 201 response reports whether the email was sent and also returns the invite_url directly. The response includes the one-time accept URL, which is only surfaced at creation time.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Invitation created and the recipient notified
Response Headers
Location
URL of the created invitation
Missing email/name or an invalid role
Missing or invalid API key
The API key is not authorized for this resource
Network not found