POST
/
api
/
v1
/
User
/
identities
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/User/identities \
  --header 'Content-Type: application/json' \
  --data '{
  "Identities": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Identities": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "DisplayName": "<string>",
      "IsGroup": true
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.