Invite
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/invite
Endpoint Requires Authentication
Additional Permissions Required
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/invite
Request Body
{
"users": ["name@email.com"],
"roles": ["65424ea16a7088b7b99debb3"]
}
Description
Sends the users in the users
array an invitation for the given application and assigns them the roles in the roles
array. Returns status
code 200
when invite email is queued.
Only possible if the current principal has the user management permission.
Returns
Status 200