curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Role/getroles \
--header 'Content-Type: application/json' \
--data '{
"RoleIds": [
"<string>"
],
"Recursive": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"RoleId": "<string>",
"Roles": [
{
"RoleId": "<string>",
"Name": "<string>",
"DisplayName": "<string>",
"BuildIn": true,
"ExternalGroups": [
{
"Id": "<string>",
"ExternalAuthenticationProviderId": "<string>",
"ExternalId": "<string>",
"Name": "<string>"
}
],
"Inherited": true
}
]
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Role/getroles \
--header 'Content-Type: application/json' \
--data '{
"RoleIds": [
"<string>"
],
"Recursive": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"RoleId": "<string>",
"Roles": [
{
"RoleId": "<string>",
"Name": "<string>",
"DisplayName": "<string>",
"BuildIn": true,
"ExternalGroups": [
{
"Id": "<string>",
"ExternalAuthenticationProviderId": "<string>",
"ExternalId": "<string>",
"Name": "<string>"
}
],
"Inherited": true
}
]
}
]
}
The response is of type object
.