Skip to main content
POST
/
api
/
v1
/
User
/
GetNonRelatedUsers
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/User/GetNonRelatedUsers \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "UserId": "<string>",
    "Pads4UserId": "<string>",
    "Domain": "<string>",
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "SecondaryIdentities": [
      "<string>"
    ],
    "ImpersonationId": "<string>"
  },
  "Identities": [
    "<string>"
  ],
  "IncludeSystemUsers": true
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "NonRelatedUsers": [
    "<string>"
  ]
}

Body

application/json
Identities
string[] | null
IncludeSystemUsers
boolean
Context
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null