Skip to content
TALA
Esc
navigateopen⌘Jpreview

Invite a member to the organization

POST/api/organizations/{id}/invitations
Path parameters
idstringrequired
Request body
requiredapplication/json
object
Responses
201
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "http://localhost:8000/api/organizations/string/invitations" \
  -H "Content-Type: application/json" \
  -d '{}'
Response
No example response.