List the apps that a specific user has access to

GET {{stripeUrl}}/admin/v1/Users/{{userid}}?attributes=urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User:accounts

Get a list of the Apps that a specific User has access to.

Look at the accounts attribute of the User. This lists every account to which the User has access. 'appId' is a sub-attribute in each value.


The system fulfills (enacts) a Grant to a User by creating an AccountMgmtInfo resource that records the User's access to that App.

If the Grant specifies an AppRole, then fulfillment also adds the grantee User as a member of the specified AppRole (unless that User is already a member of that AppRole).

See https://docs.oracle.com/en/cloud/paas/identity-cloud/rest-api/appmgmtrelationships.html for more information on understanding application management relationships between Apps, AppRoles, Users, and Groups.

Request Params

KeyDatatypeRequiredDescription
attributesstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring

RESPONSES

status: OK

{"id":"64657f954bc7466594eedb1ce7780846","userName":"Agold","urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User":{"accounts":[{"appId":"1729053f9c4043058501e9455e660cd8","value":"e047008bd60e4bdcbf171aa0f04eea5f","active":true,"$ref":"https://bravoe.identity.internal.oracle.com:/admin/v1/AccountMgmtInfos/e047008bd60e4bdcbf171aa0f04eea5f"},{"appId":"c4b20a6b16e24fec9e3e18322c997297","value":"63e7f1626926425fade64e6ab8a534ca","active":true,"$ref":"https://bravoe.identity.internal.oracle.com:/admin/v1/AccountMgmtInfos/63e7f1626926425fade64e6ab8a534ca"},{"appId":"866eddf96aaa47bb88980d6eebf2ed9d","value":"5279f557d34b4b82b4d81ae33fa8f617","active":true,"$ref":"https://bravoe.identity.internal.oracle.com:/admin/v1/AccountMgmtInfos/5279f557d34b4b82b4d81ae33fa8f617"},{"appId":"6fc018f235824b19ac563730ca2aa050","value":"02d15fa2b6534816a0cea17d0b5d338d","active":true,"$ref":"https://bravoe.identity.internal.oracle.com:/admin/v1/AccountMgmtInfos/02d15fa2b6534816a0cea17d0b5d338d"},{"appId":"dd02488d85ca496ba92e8c6c67a0b02b","value":"985bcfc9557b4d62bf7c73c240e613f3","active":true,"$ref":"https://bravoe.identity.internal.oracle.com:/admin/v1/AccountMgmtInfos/985bcfc9557b4d62bf7c73c240e613f3"},{"appId":"09d9e0c4ae0e4987826f852f884441e1","value":"8fc2e448dbac4d4d80e170f780b29578","active":true,"$ref":"https://bravoe.identity.internal.oracle.com:/admin/v1/AccountMgmtInfos/8fc2e448dbac4d4d80e170f780b29578"}]}}