⭐ If you like what we are doing with Automatisch, please give us a star on GitHub.
Skip to content

Create user invitation

POST
/user-invitations

Sends a new user invitation.

Authorizations

ApiKeyAuth
TypeAPI Key (header: x-api-token)

Request Body

JSON
{
"fullName": "string",
"email": "string",
"roleId": "string"
}

Responses

User invitation created successfully

Playground

Server
Authorization
Body
JSON

Samples