Skip to content

/organisations/{orgId}/invitations (POST)

POST
/organisations/{orgId}/invitations
curl --request POST \
--url https://kravos-orchestrator.onrender.com/organisations/example/invitations \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "role": "example" }'
orgId
required
string
Media typeapplication/json
object
email
required
string
/\S/
role
required
string
/\S/
Examplegenerated
{
"email": "example",
"role": "example"
}

Default Response