The user object

This object represents a user of the customer/organization of your business.

ENDPOINTS
POST   /users
GET    /users
GET    /users/{id}
PATCH  /users/{id}
DELETE /users/{id}

Attributes


id uuid
Unique identifier for the object.


email string
Email for the object.


wallet_address address
Blockchain Wallet Address for the object.


claimed_count int
Count of the collectibles that are claimed for the object.


organization_id uuid
Organization object id for the object.


external_id string
Custom External id for the object.