User management operations
Returns all users that are members of the current organization.
Returns an array of users with their information
Last updated 2 months ago
Was this helpful?
GET /api/users HTTP/1.1 Accept: */*
[ { "id": "user_123", "firstName": "John", "lastName": "Doe", "imageUrl": "https://img.clerk.com/..." } ]