Skip to main content
GET
List workspace team members

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Response

200 - application/json

successful operation

accepted
boolean

Whether the user has accepted the workspace invitation

email
string

Workspace user email

email_verified
boolean

Whether the user's email has been verified

expired
boolean

Whether the invitation has expired

family_name
string

Workspace user family name

given_name
string

Workspace user given name

role
string

Workspace user role

source
enum<string>

Source of the user provisioning

Available options:
directory_sync,
invitation,
domain_capture
sub
string

Workspace user identifier

Last modified on July 14, 2026