Skip to main content
POST
/
api
/
v1
/
UserProfiles
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.UserProfile/api/v1/UserProfiles \
  --header 'Content-Type: application/json' \
  --data '
{
  "Settings": "<unknown>",
  "Path": "<string>"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json
Settings
any
required
Path
string
required
Minimum string length: 1

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null