Skip to content

/organisations/{orgId}/roles/{roleId}/invitations

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

Default Response