| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The user's ID | |
| role | RoleEnum | The user's role | |
| String | The email of the User | ||
| firstName | String | The first name of the User | |
| lastName | String | The last name of the User | |
| apiToken | String | An API token associated with the user. | |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| updatedAt | OffsetDateTime | The date with timezone at which the resource was updated. | |
| deletedAt | OffsetDateTime | The date with timezone at which the resource was deleted. | |
| metadata | Object | An optional key-value map with additional details |
| Name | Value |
|---|---|
| ADMIN | "admin" |
| MEMBER | "member" |
| DEVELOPER | "developer" |