Users

GET List users

get

Retrieve a paginated list of users for the authenticated user's account

Authorizations
AuthorizationstringRequired
Query parameters
pageintegerOptional

Page number for pagination

Responses
chevron-right
200

Successful response

application/json
get
/users
get

Search for a specific user by their email

Authorizations
AuthorizationstringRequired
Query parameters
emailstringRequired

Email of the user to search for

Responses
chevron-right
200

Successful response

application/json
emailstringOptional
namestringOptional
has_avatarbooleanOptional
rolestringOptional
created_atstring · date-timeOptional
updated_atstring · date-timeOptional
get
/users/search

Last updated

Was this helpful?