---
title: "Provides a URL that can be used to sign the user into the system."
method: POST
path: "/users/{userid}/signon"
---

# Provides a URL that can be used to sign the user into the system.

`POST /users/{userid}/signon`

## Path parameters

- `userid` number, required

## Request body

- object
  - `UseSSL` boolean — If this is set to true, the redirect URL will be provided with https.
  - `IncludeSettings` boolean — 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`

Sign-on URL for the user.

- object
  - `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.

## Changes

- **2026-06-09** `793d3e626da1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smarterservices/apis/multi-server-api/changes/users/:userid/signon/post.md)

---

[API](https://skmtc.dev/smarterservices/apis/multi-server-api.md) · [All operations](https://skmtc.dev/smarterservices/apis/multi-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smarterservices/multi-server-api/revisions/793d3e626da1/schema)
