usergroups/{userGroup}

API Name

usergroups/{userGroup}

Description

Gets the permission of passed Group.

REST Methods

GET

Precondition

Server Manager Console must be running.

Permission

userManagement

Input Params

{userGroupName}: The name of the User Group that you want to get permission for.

Sample Request

curl --location 'http://phoenix175736.appsdev0.fusionappsdphx1.oraclevcn.com:7101/manage/mgmtrestservice/usergroups/wer' \ --header 'Authorization: Basic amRlX2FkbWluOmpkZV9hZG1pbg==' \ --header 'Cookie: SMCONSOLE_SSID=91JdGRrgf6zJLTNQGlaJj6TMtXfVWk84Pjeo0I03JXBKdMaN3uUM!-181795201'

Return

Sample Response

{ "serverGroup": { "default": [ "webProductInstance" ], "chGanesh1": [], "TestGaneshDemo": [], "TestGanesh": [] }, "global": [] }

Exception

Throws an exception if the operation fails for any reason.