curl --request POST \
--url https://wmc.wiremockapi.cloud/v1/organisations/{organisationId}/invitations \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"invitation": {
"role": "organisation_admin",
"recipientEmailAddress": "[email protected]"
}
}
'{
"invitation": {
"id": "neqek",
"senderId": "9gd5l",
"recipientEmailAddress": "[email protected]",
"newUser": true,
"role": "organisation_admin",
"created": "2024-10-30T19:28:23.802551Z",
"links": {
"self": "/v1/organisations/mgk7g/invitations/neqek"
}
}
}curl --request POST \
--url https://wmc.wiremockapi.cloud/v1/organisations/{organisationId}/invitations \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"invitation": {
"role": "organisation_admin",
"recipientEmailAddress": "[email protected]"
}
}
'{
"invitation": {
"id": "neqek",
"senderId": "9gd5l",
"recipientEmailAddress": "[email protected]",
"newUser": true,
"role": "organisation_admin",
"created": "2024-10-30T19:28:23.802551Z",
"links": {
"self": "/v1/organisations/mgk7g/invitations/neqek"
}
}
}The ID of the organisation
5 - 10"jjl8y"
The search query to filter by. Partially matched against recipient email address.
Show child attributes
Success
Show child attributes