Purpose

A post API to map or un-map to the user from or to a group.

Accessing the API

Endpoint: /API/APP/APP007/UserGroupAction
XML


HTTP METHOD

POST
XML


Parameters

ParametersData TypeRequiredDescription

GroupName

String

YES

 User Group Name

UserName

String

YES

 User Name

Action

String

YES

(map/unmap)

Instance

String

YES

 Instance Name


Sample Request (JSON)

{
	"GroupName":"GroupName",
	"UserName":"UserName",
	"Action":"map",
	"Instance":"InstanceName"
}

XML

Sample Response (JSON)

{
	"Version":"2.3.0.0",
	"IsSuccess":true,
	"LogCode":"0",
	"Result":"user XXXXXXX mapped to group (XXXXXXX)",
	"StatusCode":"Accepted",
	"Timestamp":"03 Jun 2019 11:34:45 GMT 05:30:00"
}

XML