usergroups

API Name

usergroups

Description

Gets the list of User Groups available in the system.

REST Methods

GET

Precondition

Server Manager Console must be running.

Permission

userManagement

Input Params

Sample Request

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

Return

Sample Response

[ { "isProtected": true, "name": "console_user", "description": "\n Any user who successfully authenticates and posses this role may utilize the management console. If a user does not have\n this role they will not be permitted to access any of the management console pages.\n ", "assignedUsers": [ "jde_admin", "JDE", "GGUPTA" ] }, { "isProtected": true, "name": "console_admin", "description": "\n This role is equivalent to having all permissions granted to a user. The jde_admin user will always have this\n role assigned.This permission permits to delete the console log files.\n ", "assignedUsers": [ "jde_admin" ] }, { "isProtected": false, "name": "wer", "description": "wer", "assignedUsers": [ "JDE" ] }, { "isProtected": false, "name": "HtmlServer", "description": "", "assignedUsers": [ "GGUPTA" ] } ]

Exception

Throws an exception if the operation fails for any reason.