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>"
}
]
}
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>"
}
]
}
The response is of type object
.