Skip to main content
GET
Get workspace members

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

url
string
required

Workspace URL

Response

Successfully retrieved members

user
object
email
string | null

User's email (nullable)

Example:

null

role
string

User's role

Example:

"MEMBER"

status
string

User's status

Example:

"ACCEPTED"

expires
string<date-time> | null

Expiration date (nullable)

Example:

null

createdAt
string<date-time>

Creation date

Example:

"2024-06-05T12:20:26.768Z"