/api/users
Was this helpful?
Get information from a single user.
GET /api/users/{userAddress} HTTP/1.1 Host: api.rair.market Accept: */*
OK
No content
Update user information. Only for the user's own information or for anyone if current user is admin.
PATCH /api/users/{userAddress} HTTP/1.1 Host: api.rair.market Content-Type: application/json Accept: */* Content-Length: 145 { "nickName": "text", "avatar": "text", "background": "text", "email": "text", "firstName": "text", "lastName": "text", "ageVerified": "text", "blocked": "text" }