cURL
curl --request GET \ --url https://api.lithoblocks.com/organizations/{id}/members \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "role": "owner", "createdAt": "<string>", "lastActive": "<string>" } ]
Get all members of an organization with their roles (Admin+ role required)
LithoBlocks API key obtained from your organization dashboard
Organization members
owner
admin
member
viewer