cURL
curl --request GET \ --url https://api.lithoblocks.com/users/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "organizationId": "<string>", "createdAt": "<string>", "role": "owner" }
Get a user by their ID (Admin+ role required)
LithoBlocks API key obtained from your organization dashboard
User details
owner
admin
member
viewer