users

API Name

Users

Description

Gets the list of EnterpriseOne users.

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/users' \ --header 'Authorization: Basic amRlX2FkbWluOmpkZV9hZG1pbg==' \ --header 'Cookie: SMCONSOLE_SSID=91JdGRrgf6zJLTNQGlaJj6TMtXfVWk84Pjeo0I03JXBKdMaN3uUM!-181795201'

Return

Sample Response

[ { "userGroupinformation": [ "appServerConfig", "consoleConfig", "managedComponents", "monitorConfig", "userManagement" ], "name": "jde_admin" }, { "userGroupinformation": [], "name": "JDE" }, { "userGroupinformation": [], "name": "TEST" }, { "userGroupinformation": [], "name": "GGUPTA" } ]

Exception

Throws an exception if the operation fails for any reason.