GET
/
users
/
{userid}
/
signon
Provides a URL that can be used to sign the user into the system.
curl --request GET \
  --url https://api.smartermeasure.com/v3/users/{userid}/signon \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Path Parameters

userid
number
required

User that should be returned.

Query Parameters

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
number

This only applies to disaggregate mode. If supplied the user will be directed to this section of the assessment upon logging in.

Response

200

Sign-on URL for the user.