- Create user
- Update user information
- List all users
- View user data
- Update user passwords
- Remove existing user accounts
roleNames
parameter. It is a good practice to have roles defined and configured prior to setting up users in the system. You can restrict actions for a specific user by listing them in an array with the permissions
parameter.
For more information, view the API specification.
Example to create a user
To create a user you will need to give them a uniqueid
. They need to be assigned to a security realm using the realmName
parameter. Use roleNames
to assign them a role. For users with multiple roles, this is assigned by including all of their roles in the roleNames
array. The permissions
parameter can be used to restrict which HTTP methods a user is allowed. If permissions
is left blank, they will be able to use any HTTP methods defined by their role.