Skip to main content
POST
/
api
/
v1
/
license
/
Assignment
/
identities
/
search
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/Assignment/identities/search \
  --header 'Content-Type: application/json' \
  --data '{
  "SearchString": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Identities": [
    "<string>"
  ]
}

Body

application/json
SearchString
string | null

Response

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