GET
/
api
/
v1
/
User
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>"
    }
  ]
}

Response

200 - application/json

The response is of type object.