v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBAdministration - Users
Invite User
Sends an email invitation to others to join an organization
post/api/v3.0/orgs/{orgUuid}/users/invite
Path parameters
orgUuidstring required
org UUID (from the Mend App: Administration General > Organization UUID).
Request body
Example request
{
"email": "jon.smith@mail.com"
}Response
OK
Example response
{
"supportToken": "1171c60d",
"response": {
"uuid": "123e4567-e89b-12d3-a456-426655440000",
"name": "Jon Smith",
"email": "jon.smith@mail.com",
"userType": "REGULAR"
}
}