member-example.json
{
  "id": "01887270-45ab-7da0-c95d-9a9e9ebc5e89",
  "userId": "01887270-45ab-7da0-c95d-9a9e9ebc5e89",
  "name": "John Doe",
  "email": "john@acme.com",
  "profileUrl": "https://example.com/profiles/john.jpg",
  "role": "admin",
  "createdAt": "2023-01-15T08:30:00Z",
  "groups": [
    {
      "id": "01887270-56cd-7da0-c95d-9a9e9ebc6f90",
      "name": "Engineering"
    },
    {
      "id": "01887270-67ef-7da0-c95d-9a9e9ebc7g01",
      "name": "Leadership"
    }
  ]
}

Member Object

id
string
Unique identifier for the user in the workspace
userId
string
User ID
name
string
User name
email
string
User email
profileUrl
string
Profile image URL (can be null)
role
string
User role in the workspace. Possible values: admin, member
createdAt
string
ISO8601 timestamp of when the user joined
groups
array
User groups