CreateDashboardSessionRequest
Request schema for creating a dashboard session
return_urlstring<uri>nullable
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
{
"return_url": "https://example.com/home",
"user_id": "user_d025a96ac0c6"
}