UserIdentity
July 21, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | str | :heavy_check_mark: | N/A |
email | Nullable[str] | :heavy_check_mark: | N/A |
first_name | Nullable[str] | :heavy_check_mark: | N/A |
last_name | Nullable[str] | :heavy_check_mark: | N/A |
workspace | OptionalNullable[models.UserIdentityWorkspace] | :heavy_minus_sign: | N/A |
organization | OptionalNullable[models.UserIdentityOrganization] | :heavy_minus_sign: | N/A |
api_key | OptionalNullable[models.UserIdentityAPIKey] | :heavy_minus_sign: | N/A |