curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/User
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Users": [
{
"UserId": "<string>",
"Pads4ID": "<string>",
"Name": "<string>",
"DisplayName": "<string>",
"LanguageCode": "<string>",
"Email": "<string>",
"Sid": "<string>"
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/User
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Users": [
{
"UserId": "<string>",
"Pads4ID": "<string>",
"Name": "<string>",
"DisplayName": "<string>",
"LanguageCode": "<string>",
"Email": "<string>",
"Sid": "<string>"
}
]
}
The response is of type object
.