Users
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
403
Forbidden
application/json
500
Internal Server Error
application/json
get
/usersSearch 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
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/users/searchLast updated
Was this helpful?