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. Download the WSDL file from https://<lmi ip address>/logapp20/services/UserService?wsdl. 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 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
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.