Skip to content

List team members

GET
/team/members

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
{
  
"members": [
  
  
{
  
  
  
"_id": "string",
  
  
  
"role": "string",
  
  
  
"joined_at": "string",
  
  
  
"user": {
  
  
  
  
"_id": "string",
  
  
  
  
"name": "string",
  
  
  
  
"email": "string",
  
  
  
  
"last_login": "string",
  
  
  
  
"createdAt": "string"
  
  
  
}
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI