curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/LdapProvider/AddUsers \
--header 'Content-Type: application/json' \
--data '{
"ConnectionId": "<string>",
"Users": [
{
"Email": "<string>",
"DisplayName": "<string>",
"LastName": "<string>",
"FirstName": "<string>",
"Sid": "<string>",
"Username": "<string>",
"Pads4ID": "<string>"
}
]
}'
{
"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/LdapProvider/AddUsers \
--header 'Content-Type: application/json' \
--data '{
"ConnectionId": "<string>",
"Users": [
{
"Email": "<string>",
"DisplayName": "<string>",
"LastName": "<string>",
"FirstName": "<string>",
"Sid": "<string>",
"Username": "<string>",
"Pads4ID": "<string>"
}
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"UserId": "<string>"
}
]
}
The response is of type object
.