Identity
Connect a user to User Group
This endpoint allows you to create a user
POST
Authorizations
Body
application/json
Body
The ID of the website
Example:
"123e4567-e89b-12d3-a456-426614174000"
The ID of the organization
Example:
"123e4567-e89b-12d3-a456-426614174001"
Available options:
evm
, solana
, imx
, sui
, ton
The wallet address of the user
Example:
"0x1234567890abcdef1234567890abcdef12345678"
The verification data of the user walletAddress
The ID of the user to whome this wallet is being connected
Example:
"123e4567-e89b-12d3-a456-426614174001"
Whether to confirm the disconnect
Example:
true
Response
200
application/json
200
The wallet address of the user
The ID of the user
Example:
"123e4567-e89b-12d3-a456-426614174000"
Timestamp when the user was created
Example:
"2023-10-01T12:34:56Z"
Timestamp when the user was last updated
Example:
"2023-10-05T15:30:00Z"
Was this page helpful?