These docs are for v1.0. Click to read the latest docs for v2.0.

Team User Connection Object

The Team User Connection object defines the relationship between the user and the team. Various actions on the team are available, depending on the user's role.

type
string
team-user-connection
id
string
Unique identifier for the object
user
Mini User Object
The user to which access has been granted
team
Mini Team Object
The team granting access
role
string
Values can be non_team, member or admin
createdAt
date-time
When the connection was created
modifiedAt
date-time
When the connection was modified. If it has not been modified, this field is equal to createdAt
createdBy
Mini User Object
The user who created the connection
modifiedBy
Mini User Object
The user who modified the connection. If it has not been modified, this field is equal to createdBy
{  
   "type":"team-user-connection",
   "id":"645326342",
   "role":"member",
   "user": {
       "type":"user",
       "id":"75422345",
       "name":"Some User"
   }
}