/api/users
Was this helpful?
Get information from a single user.
/api/users/{userAddress}
curl -L \ --url 'api.rair.market/api/users/{userAddress}'
No body
Update user information. Only for the user's own information or for anyone if current user is admin.
curl -L \ --request PATCH \ --url 'api.rair.market/api/users/{userAddress}' \ --header 'Content-Type: application/json' \ --data '{"nickName":"text","avatar":"text","background":"text","email":"text","firstName":"text","lastName":"text","ageVerified":"text","blocked":"text"}'