Skip to main content
GET
/
workspaces
/
{workspace_id}
/
members
Error
A valid request URL is required to generate request examples
[
  {
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "first_name": "<string>",
    "last_name": "<string>",
    "email": "jsmith@example.com",
    "role_name": "<string>"
  }
]
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Response

Successful Response

user_id
string<uuid>
required
first_name
string | null
required
last_name
string | null
required
email
string<email>
required
role_name
string
required