/api/users/<id>
where <id> is the user ID.
/apps
endpoint.Parameter | Description |
---|---|
username Required | The username. This is distinct from their ID, which is assigned by the system as a unique identifier. |
password Required | The user’s password. Required when creating a new user. The user’s password is not returned in the output of any request. |
passwordConfirm Required | When creating a user or updating a user’s password, you must confirm the defined password. |
realmName Required | The realm the user belongs to, which defines how they authenticate against the system. |
permissions Optional | The permissions that have been defined for this user that are not inherited from their assigned role. |
inheritedPermissions Optional | The user’s specific permissions that are inherited from their role assignment. |
roleNames Optional | The list of user’s roles, which define some or all of the permissions they have. |