Create User
GraphQL endpoint to add a new user to the CRM
Last updated
GraphQL endpoint to add a new user to the CRM
Last updated
Mutation:
Variables:
**identities**
: should be walletAddress, discord id, twitter id, etc (required) (at max 1 entry for any idType)
idType is enum: WALLET, TWITTER_ID, DISCORD_ID, EMAIL, TWITTER_USERNAME, DISCORD_USERNAME
**activityTrackerId**
: Blaze activity tracker id (Optional)
Example json payload:
Errors:
Code: 400 (No valid identity provided)
When none of mentioned idType is provided
Code: 409 (User already exists)
When a user with same wallet address already exists