Users

User management operations

Get all users in the organization

get

Returns all users that are members of the current organization.

Authorizations
Responses
chevron-right
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?