cURL
curl --request GET \ --url https://api.example.com/api/ee/users \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "email": "<string>", "role": "OWNER", "createdAt": "2023-11-07T05:31:56Z", "lastActivityAt": "2023-11-07T05:31:56Z" } ]
Returns all members of the organization. Only organization owners can access this endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
Bearer <token>
<token>
List of organization members.
OWNER
MEMBER
GUEST
Was this page helpful?