...
If the password changes on the account, the auth_token
also changes.
Key
...
fields
All email addresses and usernames must be unique as these are key fields.
...
Ensure that the password
and password_confirmation
being specified when creating a user, meets the minimum password rules in the Fuse instance. If your password does not meet these rules, an error occurs.
Password / Password
...
confirmation
The password
and password_confirmation
fields are mandatory when creating a user, even when SSO is enabled. These credentials are to support the local login option. Therefore it is strongly recommended that customers utilise password randomisation logic, so that each user has a unique password based on their recommended password policy and the configured Fuse password controls.
...