Skip to main content

CreateDashboardSessionRequest

Request schema for creating a dashboard session

idle_timeout_minutesintegernullable

The number of minutes of inactivity before the session requires re-authentication. When both this and the account's idle timeout are set, the stricter (shorter) value applies.

Possible values: [15, 30, 60, 120]

return_urlurinullable

The URL to redirect to when the user signs out of the session.

user_idstringrequired

The ID of the user to create the session for.

Possible values: Value must match regular expression ^user_\w{12}$

CreateDashboardSessionRequest
{
"idle_timeout_minutes": 15,
"return_url": "https://example.com/home",
"user_id": "user_d025a96ac0c6"
}