post

Create a user

lock
{{protocol}}://{{url}}/{{version}}/users

Create a user on the domain. If the number of active user exceeds the maximum of users allowed by all the valid licenses combined, then an inactive user will be created.

You can use the property inviteExpiration to choose how many seconds the invitation is valid. This property is ignored if a password is provided.

Permissions: w on the domain usergroup.

Authentication

Authentication inherited from the collection: Bearer .

Body

          {
  "name": "Alice",
  "email": "alice@fatfi.sh",
  "password": "password",
  "inviteExpiration": 60
}