cURL
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Role{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Roles": [
{
"Name": "<string>",
"DisplayName": "<string>",
"RoleId": "<string>",
"BuildIn": true,
"ExternalGroups": [
{
"ExternalAuthenticationProviderId": "<string>",
"ExternalId": "<string>",
"Name": "<string>",
"Id": "<string>"
}
],
"Inherited": true
}
]
}Role
Get apiv1role
GET
/
api
/
v1
/
Role
cURL
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Role{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Roles": [
{
"Name": "<string>",
"DisplayName": "<string>",
"RoleId": "<string>",
"BuildIn": true,
"ExternalGroups": [
{
"ExternalAuthenticationProviderId": "<string>",
"ExternalId": "<string>",
"Name": "<string>",
"Id": "<string>"
}
],
"Inherited": true
}
]
}⌘I

