...
Ensure that the password
and password_confirmation
being specified when creating a user, meets the minimum password rules in the Fuse instance. It If your password does not meet these rules, an error will occuroccurs.
Password / Password Confirmation
Mandatory fields for user creationThe 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.
...
Unable to assign a manager/reportee during user creation
If you cannot assign a manager or reportee when creating a user using a POST request, because the user ID is not available until after the user
...
Use has been created, use a separate API call to associate add managers to a user.
Custom Profile Fields
Remember that whilst the Settings options will be standard for all customers, the fields listed below the user’s Profile will be specific and unique for each customer. To see what custom profile options are configured for a Fuse instance, refer to the API documentation on that instance:https://<instance_name>.fuseuniversal.com/site-admin/api_documentations
...