Skip to main content
Skip table of contents

API - Map, Un-map User with User Group

Purpose

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

Accessing the API

XML
Endpoint: /API/APP/APP007/UserGroupAction


HTTP METHOD

XML
POST


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)

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

Sample Response (JSON)

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.