Skip to main content
POST
/
users
/
{userid}
/
signon
Provides a URL that can be used to sign the user into the system.
curl --request POST \
  --url https://api.smartermeasure.com/v3/users/{userid}/signon \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "UseSSL": true,
  "IncludeSettings": false,
  "RedirectToSection": "<string>"
}
'
{
  "RequestId": "c03a3436-4726-4902-93401d56ce5028f5",
  "TimeStamp": "2026-06-09T20:45:20Z",
  "RedirectUrl": "https://nexus.smartermeasure.com/assessmentpublic.ssologin/requestid/c03a3436-4726-4902-93401d56ce5028f5"
}

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Path Parameters

userid
number
required

User that should be returned.

Body

application/json
UseSSL
boolean
default:true

If this is set to true, the redirect URL will be provided with https.

IncludeSettings
boolean
default:false

If set to true, the custom settings supplied with the integration you are using will be applied.

RedirectToSection
string

This only applies to disaggregate mode. If supplied the user will be directed to this section of the assessment upon logging in. Use the section code (e.g. LearnStyles, LifeFactors).

Response

200 - application/json

Sign-on URL for the user.

RequestId
string

Unique identifier for this sign-on request.

TimeStamp
string<date-time>

The date and time the sign-on request was created.

RedirectUrl
string

The URL to redirect the user to in order to sign them into the assessment.