# UserResponse
## Properties
**gid** | Option<**String**> | Globally unique identifier of the resource, as a string. | [optional][readonly]
**resource_type** | Option<**String**> | The base type of this resource. | [optional][readonly]
**name** | Option<**String**> | *Read-only except when same user as requester*. The user’s name. | [optional]
**email** | Option<**String**> | The user's email address. | [optional][readonly]
**photo** | Option<[**crate::models::UserResponseAllOfPhoto**](UserResponse_allOf_photo.md)> | | [optional]
**workspaces** | Option<[**Vec<crate::models::WorkspaceCompact>**](WorkspaceCompact.md)> | Workspaces and organizations this user may access. Note\\: The API will only return workspaces and organizations that also contain the authenticated user. | [optional][readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)