Get the configured VCF SSO Groups

Get the configured VCF SSO Groups

API to get the configured HCX Role Mappings for VCF SSO users

Request
URI
GET
https://{api_host}/api/admin/global/config/roleMappings/idp/groups
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

{
    "role": "string",
    "items": [
        {
            "id": "string",
            "displayName": "string",
            "domainName": "string"
        }
    ]
}
string
role
Optional

role

array of object
items
Optional

items


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/admin/global/config/roleMappings/idp/groups