# Individual Collaborator - Airtable Web API

- **URL:** https://airtable.com/developers/web/api/model/individual-collaborator
- **Summary:** Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.

Object

Individual Collaborator
=======================

Endpoints that reference this object:

*   [Get base collaborators](https://airtable.com/developers/web/api/get-base-collaborators)
    
*   [Get interface](https://airtable.com/developers/web/api/get-interface)
    
*   [Get workspace collaborators](https://airtable.com/developers/web/api/get-workspace-collaborators)
    

Models that reference this object:

*   [Base individual collaborator](https://airtable.com/developers/web/api/model/base-individual-collaborator)
    

  
`object`

|     |     |
| --- | --- |
| <br>`createdTime` | `string`<br><br>A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z" |
| <br>`grantedByUserId` | `string`<br><br>A user ID |
| <br>`userId` | `string`<br><br>A user ID |
| <br>`email` | `string` |
| <br>`permissionLevel` | `"none" \| "read" \| "comment" \| "edit" \| "create" \| "owner"` |

!!
