Skip to main content
POST
Send Login Code

Authentication

No authentication required.

Required Permissions

No authentication required.

Body

application/json
username
string
required

Username/identifier of the user to send the login code to.

orgId
string

Organization id.

Required string length: 1 - 64
Pattern: ^or-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$
Example:

"or-30tnh-itmjs-s235s5ontr3r23h2"

tenantId
string

Tenant id.

Required string length: 1 - 64
Pattern: ^acct-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$
Example:

"acct-24hka-dhili-9hgvdlvr1ohpibp4"

Response

200 - application/json

Success

message
string
required

Human-readable success message.

Last modified on July 23, 2026