User Endpoints
List Users
List users within workspace
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter users by their email
Response
200
application/json
Successful operation
Example:
[
{
"user_id": "user-1",
"name": "John",
"default_member_type": "guest",
"access_token": "lw11gv95db-QcA3bDvuBQVomEmkAq1G-",
"id": "642cdbef85fd90a348d9da1a"
},
{
"user_id": "user-2",
"name": "Mike",
"default_member_type": "guest",
"access_token": "db32gv15d9-QcA3bDvuBQVomEmkAq1G-",
"id": "642cdbef85fd90a348d9da1a"
}
]
Details of pagination used for current responses.