⭐ If you like what we are doing with Automatisch, please give us a star on
GitHub
.
Skip to content
Automatisch
Search
K
Main Navigation
Guide
API Docs
Apps
Appearance
Menu
Return to top
Create user invitation
POST
/user-invitations
Sends a new user invitation.
Authorizations
ApiKeyAuth
Type
API Key (header: x-api-token)
Request Body
Schema
JSON
JSON
{
"fullName"
:
"string"
,
"email"
:
"string"
,
"roleId"
:
"string"
}
Responses
201
User invitation created successfully
POST
/user-invitations
Playground
Server
Select a server...
Authorization
ApiKeyAuth
Body
JSON
Try it out
Samples