InquireUserGroup
Use this service to retrieve information on a user group.
Required parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
groupName | Alphanumeric string |
A unique name for the user group. The maximum length for strings is 10. Invalid characters are: ?!@#$%^&*()+=[]{}|\\/><\"'. BLANK |
XML request format
This is the format of the request XML payload for POST method calls. Note that this must always be wrapped by <ACTION> nodes.
<USERGROUP groupName="XXX" groupDescription="XXX" />
URL general format
SERVER:PORT/lawson-ios/action/InquireUserGroup?<parameter=key>
Additional information
GET HTTP method call type is supported.
Sample URL:
SERVER:PORT/lawson-ios/action/InquireUserGroup?groupName=TESTGROUP