Lists the external ASM users.
GET {{baseUrl}}/externalAsms/:externalAsmId/users?page=<string>&limit=10&sortBy=NAME&sortOrder=ASC
Lists ASM users for the external ASM specified by externalAsmId
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page token representing the page from where the next set of paginated results | |
are retrieved. This is usually retrieved from a previous list call. | |||
limit | number | The maximum number of records returned in the paginated response. | |
sortBy | string | The field to sort information by. Only one sortOrder can be used. The | |
default sort order for NAME is ascending and it is case-sensitive. | |||
sortOrder | string | The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
opc-named-credential-id | string | The OCID of the Named Credential. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"name":"\u003cstring\u003e","privileges":["\u003cstring\u003e","\u003cstring\u003e"],"asmId":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","privileges":["\u003cstring\u003e","\u003cstring\u003e"],"asmId":"\u003cstring\u003e"}]}