POST
/
api
/
v1
/
ExternalAuthentication
/
Logon
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/ExternalAuthentication/Logon \
  --header 'Content-Type: application/json' \
  --data '{
  "GroupIds": [
    "<string>"
  ],
  "ExternalProviderId": "<string>",
  "EmailAddress": "<string>",
  "Name": "<string>",
  "Type": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "User": {
    "UserId": "<string>",
    "Pads4ID": "<string>",
    "Name": "<string>",
    "DisplayName": "<string>",
    "LanguageCode": "<string>",
    "Email": "<string>",
    "Sid": "<string>"
  }
}

Body

application/json

Response

200 - application/json

The response is of type object.