cURL
curl --request POST \ --url https://ai-loop.alpeadria.com/api/v1/users/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "permission": "admin" } '
{ "message": "Invitation sent to [email protected]." }
Invite a new user with specific permissions. Requires Administrative access.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
admin
guest
ailoop
fleet
Invitation sent successfully.