New in version R15.037.
Note
This type cannot be instantiated.
Adds a user.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the user was successfully added, False otherwise. |
Deletes a user.
Parameters: | userUuid (UUID) – Changed in version R16.021. The user UUID. |
---|---|
Return type: | bool |
Returns: | True if the user was successfully deleted, False otherwise. |
Checks a user’s credentials.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the user’s credentials were successfully checked, otherwise False. |
New in version R16.021.
Sets a user’s information.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the user’s information was successfully set, otherwise False. |
New in version R16.021.
Sets a user’s password.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the user’s password was successfully set, otherwise False. |
New in version R16.021.
Changes a user’s account type.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the user’s account type was successfully changed, otherwise False. |
New in version R16.021.
Sets the language for a user.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the user’s password was successfully set, otherwise False. |
Changes a user’s password.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the user’s password was successfully changed, otherwise False. |