---
title: "UserResp"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/userresp/"
source: "https://container-registry.com/docs/harbor-api-client/model/userresp/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/userresp/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/userresp/index.md>. Site index: <https://container-registry.com/llms.txt>.


# UserResp

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **str** |  | [optional] 
**realname** | **str** |  | [optional] 
**comment** | **str** |  | [optional] 
**user_id** | **int** |  | [optional] 
**username** | **str** |  | [optional] 
**sysadmin_flag** | **bool** |  | [optional] 
**admin_role_in_auth** | **bool** | indicate the admin privilege is grant by authenticator (LDAP), is always false unless it is the current login user | [optional] 
**oidc_user_meta** | **[OIDCUserInfo](../oidcuserinfo/)** |  | [optional] 
**creation_time** | **datetime** | The creation time of the user. | [optional] 
**update_time** | **datetime** | The update time of the user. | [optional] 



