cURL
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Scim/SetProvisionedUsers \
--header 'Content-Type: application/json' \
--data '
{
"Context": {
"CorrelationId": "<string>",
"UserId": "<string>",
"Pads4UserId": "<string>",
"Domain": "<string>",
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"SecondaryIdentities": [
"<string>"
],
"ImpersonationId": "<string>"
},
"Added": [
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Email": "<string>",
"Groups": "<string>",
"NFC": "<string>",
"IsDeleted": true,
"ExternalAuthenticationProviderId": "<string>"
}
],
"Removed": [
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Email": "<string>",
"Groups": "<string>",
"NFC": "<string>",
"IsDeleted": true,
"ExternalAuthenticationProviderId": "<string>"
}
]
}
'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"ProvisionedUser": {
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Email": "<string>",
"Groups": "<string>",
"NFC": "<string>",
"IsDeleted": true,
"ExternalAuthenticationProviderId": "<string>"
}
}
]
}Scim
Post apiv1scimsetprovisionedusers
POST
/
api
/
v1
/
Scim
/
SetProvisionedUsers
cURL
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Scim/SetProvisionedUsers \
--header 'Content-Type: application/json' \
--data '
{
"Context": {
"CorrelationId": "<string>",
"UserId": "<string>",
"Pads4UserId": "<string>",
"Domain": "<string>",
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"SecondaryIdentities": [
"<string>"
],
"ImpersonationId": "<string>"
},
"Added": [
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Email": "<string>",
"Groups": "<string>",
"NFC": "<string>",
"IsDeleted": true,
"ExternalAuthenticationProviderId": "<string>"
}
],
"Removed": [
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Email": "<string>",
"Groups": "<string>",
"NFC": "<string>",
"IsDeleted": true,
"ExternalAuthenticationProviderId": "<string>"
}
]
}
'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"ProvisionedUser": {
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Email": "<string>",
"Groups": "<string>",
"NFC": "<string>",
"IsDeleted": true,
"ExternalAuthenticationProviderId": "<string>"
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.pads4.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

