Connect a user to User Group
This endpoint allows you to connect a user to a user group
POST
This endpoint allows you to connect a user to a user group
Loading code example
Loading code example
Authorizations
apiKeyAuthstringheaderrequired
API key passed in the header.
Body
Body
websiteIdstring<uuid>requiredThe ID of the website
organizationIdstring<uuid>requiredThe ID of the organization
walletType"evm" | "solana" | "imx" | "sui" | "ton" | "cosmos" | "ultra" | "agw" | "flow_cadence" | "substrate"requiredAllowed values:
"evm" | "solana" | "imx" | "sui" | "ton" | "cosmos" | "ultra" | "agw" | "flow_cadence" | "substrate"walletAddressstringrequiredThe wallet address of the user
verificationDataobjectThe verification data of the user walletAddress
verificationData.messagestringverificationData.signaturestringverificationData.tonVerificationobjectverificationData.accessTokenstringverificationData.dynamicAuthTokenstringverificationData.verifiedLocallybooleanuserIdstring<uuid>The ID of the user to whome this wallet is being connected
confirmDisconnectbooleanWhether to confirm the disconnect
Response
application/json
200
walletAddressstringrequiredThe wallet address of the user
idstring<uuid>requiredThe ID of the user
createdAtstring<date-time>requiredTimestamp when the user was created
updatedAtstring<date-time>requiredTimestamp when the user was last updated