postApiV1TextByChannelRegister
postApiV1TextByChannelRegister<
ThrowOnError>(options:Options<PostApiV1TextByChannelRegisterData,ThrowOnError>):RequestResult<PostApiV1TextByChannelRegisterResponses,PostApiV1TextByChannelRegisterErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:834
Register identifier for text channel
Registers an identifier (phone, email, etc.) for text channel interaction. The identifier must be linked in the user’s Privy account (for SMS). Idempotent for the same account+channel (updates preferred model).
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<PostApiV1TextByChannelRegisterResponses, PostApiV1TextByChannelRegisterErrors, ThrowOnError>
Last updated on