NSX-T Data Center REST API
Verify that a given user or group exists on the SCIM endpoint
Search the System for Cross-domain Identity Management (SCIM) source to find a user or group whose name exactly matches the given name.Request:
Method:
              GET
            URI Path(s):
              
                /api/v1/trust-management/oidc-uris/{id}/user-or-group-exists
                
              
            Request Headers:
                n/a
            Query Parameters:
    VerifyScimUserOrGroupParameters+
  Request Body:
    n/a
  Example Request:
GET /trust-management/oidc-uris/Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    VerifyScimUserOrGroupExistsResult+