For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users

User management operations

Get all users in the organization

get

Returns all users that are members of the current organization.

Authorizations
Responses
200

Returns an array of users with their information

application/json
idstringRequired

Clerk user ID

Example: user_123
firstNamestring · nullableOptional

User first name

Example: John
lastNamestring · nullableOptional

User last name

Example: Doe
imageUrlstring · nullableOptional

User profile image URL

Example: https://img.clerk.com/...
get
/api/users
200

Returns an array of users with their information

Last updated

Was this helpful?