GET
/
api
/
v1
/
ExternalUserGroup
/
{id}
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/ExternalUserGroup/{id}
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "ExternalUserGroup": {
    "Id": "<string>",
    "ExternalAuthenticationProviderId": "<string>",
    "ExternalId": "<string>",
    "Name": "<string>"
  }
}

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.