Get Logged In User Groups On Org

Get Logged In User Groups On Org

Get Principal User Groups Information Within the Specified Organization

Request
URI
GET
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/loggedin/user/orgs/{orgId}/groups
COPY
Path Parameters
string
orgId
Required

orgId

Header Parameters
string
Authorization
Optional

Authorization

string
csp-auth-token
Optional

csp-auth-token


Responses
200

default response

Returns UserGroupsResponse of type(s) */*
{
    "groups": [
        {
            "id": "string",
            "displayName": "string",
            "domain": "string",
            "usersCount": 0
        }
    ]
}
array of Group
groups
Optional

User Groups Information