Skip to main content

CreateAccountUserUiRequest

intent stringrequired

Possible values: [LoginOrRegistration, CreateAccount]

intentUserIdstringnullable

An optional user ID to use for the user UI session.

expiresIninteger<int32>nullable

User UI session validity period in seconds

Example: 3600
redirectUrlstringnullable

Redirect URL

If specified, the user is redirected to this URL after the user UI session is completed

Example: https://example.de/sample_redirect_url
intentUserIdstringnullable

An optional user ID to use for the user UI session.

CreateAccountUserUiRequest
{
"intentUserId": "string",
"intent": "string",
"expiresIn": 3600,
"redirectUrl": "https://example.de/sample_redirect_url"
}