post https://example.com/api/users
- A user with the username
current
cannot be created. - The
password
property is only recognized when creating a user associated with the built-inlocal
authentication source. It is silently ignored otherwise. - The UUID of a successfully added user is returned in the value of
result
in the response object. - For service accounts, setting the
token_lifetime
to0
will cause a token to never expire. USE WITH CAUTION.