User Administration Service Operations
The User Administration Service operations enable you to manage users in your TIBCO LogLogic Appliance.
Overview
The User Administration Service operations enable you to create, read, update, and delete users in your system. In the TIBCO LogLogic Appliance you can view the user interface implementation by navigating to Management > Users.
Implementation Guidelines
These are the general implementation guidelines for the User Administration Service operations:
- A set of Common Request Parameters are required for each of the operations. You must specify a value for all Required parameters.
- You must specify the value of the Common Request Parameters only.
- All parameters must be implemented in the order in which they appear in the Request Parameters section for each of the operations.
- Use forward slash marks as delimiters when specifying multiple values for the privileges Common Request Parameter. For example:
“valueA/ValueB/ValueD”
- All values for Common Request Parameters must be enclosed by double quotation marks (“value”). If the name of a device or a parameter value includes a forward slash (/), such as HP/UX, or IBM i5/OS, you must replace the forward slash with %2F. (The F is case-sensitive.)
Examples: HP%2FUX or IBM i5%2FOS
Status Codes
The status codes are:
2000 | Server success |
4000 | Unauthorized request |
5000 | Invalid parameter, getStatusMessage() contains detail information about the error |
User Administration Service Operation Descriptions
There are two kinds of operations:
- local - operation is performed on the local Appliance itself
- remote - operations (names ending with Remote) performed on a specified remote Appliance
The User Administration Service operation contains the following operations:
Copyright © Cloud Software Group, Inc. All rights reserved.