get
https://{hostname}/identity-management/v3/users//group-access
This operation lists groups available to a user.
This operation lists groups available to a user.
xxxxxxxxxxcurl --request GET \--url https://hostname/identity-management/v3/users/username/group-access \--header 'accept: application/json'
xxxxxxxxxx33[{"groupId": 54321,"groupName": "Main Street Corporation","isBlocked": false,"roleDescription": "CPCode RolePermissions Automation","roleId": 114492,"roleName": "CP Code Automation Role","subGroups": []},{"groupId": 12345,"groupName": "High Street Company","isBlocked": false,"roleDescription": "Admin role and Authz Case Management Read role for PRTLDEVOPS-50807","roleId": 142838,"roleName": "Admin plus Authz Case Management Read","subGroups": [{"groupId": 32145,"groupName": "Digital Company","parentGroupId": 19717,"subGroups": []},{"groupId": 54321,"groupName": "Internet Company","parentGroupId": 19717,"subGroups": []}]}]