Users
Read and update user profiles, roles, and metadata scoped to your tenant. This is where you retrieve the currently authenticated user (
/users/me) or manage other users administratively.What you can do
- Fetch profile details — name, email, roles, KYC status
- Update profile fields your tenant is authorised to write
- Assign or revoke roles on behalf of an admin
- List users with filters (status, role, created date)
Endpoints
GET
Get the authenticated user
/users/me
PATCH
Update the authenticated user
/users/me
GET
List / search users
/users
POST
Create a user
/users
GET
Get a user by ID (API key required)
/users/{id}
PATCH
Update a user by id
/users/{id}
GET
Get a user’s wallet addresses
/users/wallet-addresses/{userId}