v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBUsers
Create a user
Creates a user.
Sends an email with a generated password if the password is missing.
post/users
Request body
Example request
{
"email": "user@domain.com",
"expireAfterDays": 7,
"isInternal": true,
"bypassMfa": true
}Response
When request is accepted. Returns a hypermedia 'Link' object of the user to be created.