Gets a list of proxy Users.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/users/:userName/proxyUsers?name=<string>&sortBy=NAME&sortOrder=ASC&limit=10&page=<string>

Gets the list of proxy users for the current user.

Request Params

KeyDatatypeRequiredDescription
namestringA filter to return only resources that match the entire name.
sortBystringThe field to sort information by. Only one sortOrder can be used. The default sort order
for ‘NAME’ is ascending. The ‘NAME’ sort order is case-sensitive.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order.
limitnumberThe maximum number of records returned in the paginated response.
pagestringThe page token representing the page from where the next set of paginated results
are retrieved. This is usually retrieved from a previous list call.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
opc-named-credential-idstringThe OCID of the Named Credential.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;authentication&quot;:&quot;NO&quot;,&quot;flags&quot;:&quot;PROXY_MAY_NOT_ACTIVATE_ROLE&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;authentication&quot;:&quot;NO&quot;,&quot;flags&quot;:&quot;PROXY_MAY_ACTIVATE_ROLE&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}]}