Italiano
cURL
curl --request POST \ --url https://app.aegister.com/api/v1/organizations/{organizationid}/users/{userid} \ --header 'Content-Type: application/json' \ --header 'X-Aegister-Token: <api-key>' \ --data '{ "role": "viewer", "email": "jsmith@example.com" }'
{ "error": 0, "messages": [], "data": { "organization": 123, "user": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Create Organization’s user.
The authenticated user can add the user to the organization if is part of the organization and has Owner priviledges.
After the user has been added to the organization, an invitation email will be sent.
viewer
security_officer
owner
0 <= x <= 0
Mostra attributi figli