POST
/
api
/
v1
/
User
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/User \
  --header 'Content-Type: application/json' \
  --data '{
  "Users": [
    {
      "UserId": "<string>",
      "Pads4ID": "<string>",
      "Name": "<string>",
      "DisplayName": "<string>",
      "LanguageCode": "<string>",
      "Email": "<string>",
      "Sid": "<string>",
      "Password": {
        "Password": "<string>"
      },
      "AdditionalParams": {}
    }
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123,
      "UserId": "<string>"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.