Account
Cognito sign up init
Starts sign up of a new account by validating the email address and sending a six digit verification code to it. Throttled to 10 attempts per 30 minutes per email address and per IP, and refused outright while Deskhero has sign up paused.
POST
/api/sys/v{version:apiVersion}/account/cognito_sign_up_init
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_cognito_sign_up_init | Body |
Request body example
Response
Response body example
DTO_cognito_sign_up_init
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| String |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37