Skip to main content
GET
/
api
/
v1
/
ExternalUserGroupMapping
/
Provider
/
{providerId}
cURL
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/ExternalUserGroupMapping/Provider/{providerId}
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Mappings": [
    {
      "Id": "<string>",
      "RoleId": "<string>",
      "RoleName": "<string>",
      "ExternalGroupId": "<string>",
      "ExternalGroupName": "<string>",
      "ExternalAuthenticationProviderId": "<string>"
    }
  ]
}

Path Parameters

providerId
string
required

Response

200 - application/json
Mappings
object[] | null
Succeeded
boolean
Message
string | null
Code
string | null