Users
Users in Kojo.
Schema​
User​
| Name | Type | Description | Example |
|---|---|---|---|
| id | ID | The unique user ID | "ckmnpybisiy5x08abky4g2d1f" |
| firstName | string | The first name of the user | "Michael" |
| lastName | string | The last name of the user | "Jordan" |
| phone | string? | The phone number for the user | "513-123-4567" |
string? | The email for the user | "mj@airjordan.com" | |
| role | string? | The user's role | "Manager" |
| organizationId | string? | The user's org id in Kojo | "ckmnpybisiy5x08abky4g2d1f" |