User
Propriedades do Objeto
| Nome | Tipo | Descrição |
|---|---|---|
| first_name | String | First name |
| last_name | String | Rest of the name |
| String | ||
| username | String | User username. Can be nil, but if filled, must be unique and alphanumeric |
| 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 user |
| organization | Organization | Organization of the user |
| role | Role | Role of the user |