mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 20:37:47 +00:00
9 lines
5.5 KiB
Markdown
9 lines
5.5 KiB
Markdown
# UpdateSignUpRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `customAction` | *Optional<? extends Boolean>* | :heavy_minus_sign: | Specifies whether a custom action has run for this sign-up attempt.<br/>This is important when your instance has been configured to require a custom action to run before converting a sign-up into a user.<br/>After executing any external business logic you deem necessary, you can mark the sign-up as ready-to-convert by setting `custom_action` to `true`. |
|
|
| `externalId` | *JsonNullable<? extends String>* | :heavy_minus_sign: | The ID of the guest attempting to sign up as used in your external systems or your previous authentication solution.<br/>This will be copied to the resulting user when the sign-up is completed. | |