Workspaces
Retrieve a list of members
Retrieve a list of members for the authenticated workspace.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Workspace URL
Response
200
application/json
Successfully retrieved members
User's email (nullable)
Example:
null
User's role
Example:
"MEMBER"
User's status
Example:
"ACCEPTED"
Expiration date (nullable)
Example:
null
Creation date
Example:
"2024-06-05T12:20:26.768Z"