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

Body

application/json

Response

200 - application/json

The response is of type object.