User Endpoints
List Users
List users within workspace
GET
/
users
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
email_search_query
string
Filter users by their email
Response
200 - application/json
users
object[]
requiredpaging
object
Details of pagination used for current responses.