Workspaces
Retrieve a list of members
Retrieve a list of members for the authenticated workspace.
GET
/
workspaces
/
{url}
/
members
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
url
string
requiredWorkspace URL
Response
200 - application/json
user
object
email
string | null
User's email (nullable)
role
string
User's role
status
string
User's status
expires
string | null
Expiration date (nullable)
createdAt
string
Creation date