Collaborator
It is a type of User
Propriedades do Objeto
| Nome | Tipo | Descrição |
|---|---|---|
| first_name | String | First name |
| last_name | String | Rest of the name |
| String | ||
| encrypted_password | String | Encrypted password field |
| cpf | String | CPF |
| phone | String | Phone number |
| skype | String | Skype username |
| company_name | String | Company of employment |
| company_position | String | Position at the company |
| born_at | DateTime | Birth date |
| biography | String | About field |
| cover_image_url | String | URL to the image of the collaborator |
| organization | Organization | Organization of the collaborator |
| role | Role | Role of the collaborator |
| see_all | Boolean | Determine if the collaborator will have access to every school product and library resource. (Default: false) |
| school_product_ids | Array<SchoolProduct> | When see_all is false, this array will determine which school products the collaborator is allowed. |
| library_resource_ids | Array<LibraryResource> | When see_all is false, this array will determine which library resources the collaborator is allowed. |