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
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
200

Successful response

application/json
get
/users/search

Last updated

Was this helpful?