Skip to main content
POST
/
api
/
v1
/
User
/
filtered
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/User/filtered \
  --header 'Content-Type: application/json' \
  --data '
{
  "IncludeHidden": true,
  "IncludeSystem": true,
  "SearchString": "<string>",
  "IdentityIds": [
    "<string>"
  ]
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Users": [
    {
      "Name": "<string>",
      "DisplayName": "<string>",
      "Email": "<string>",
      "UserId": "<string>",
      "Pads4ID": "<string>",
      "LanguageCode": "<string>",
      "Sid": "<string>",
      "FirstName": "<string>",
      "LastName": "<string>",
      "NFC": "<string>",
      "ExternalAuthenticationProviderId": "<string>"
    }
  ]
}

Body

application/json
IncludeHidden
boolean
IncludeSystem
boolean
SearchString
string | null
IdentityIds
string<guid>[] | null

Response

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