GET
/
api
/
v1
/
ExternalUserGroupMapping
/
{id}
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/ExternalUserGroupMapping/{id}
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Mapping": {
    "Id": "<string>",
    "RoleId": "<string>",
    "RoleName": "<string>",
    "ExternalGroupId": "<string>",
    "ExternalGroupName": "<string>"
  }
}

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.