Files
gitea-rs/crates/gitea-client/docs/User.md
2026-03-20 16:24:40 +01:00

1.8 KiB

User

Properties

Name Type Description Notes
active Option<bool> Is user active [optional]
avatar_url Option<String> URL to the user's avatar [optional]
created Option<String> [optional]
description Option<String> the user's description [optional]
email Option<String> [optional]
followers_count Option<i64> user counts [optional]
following_count Option<i64> [optional]
full_name Option<String> the user's full name [optional]
html_url Option<String> URL to the user's gitea page [optional]
id Option<i64> the user's id [optional]
is_admin Option<bool> Is the user an administrator [optional]
language Option<String> User locale [optional]
last_login Option<String> [optional]
location Option<String> the user's location [optional]
login Option<String> login of the user, same as username [optional]
login_name Option<String> identifier of the user, provided by the external authenticator (if configured) [optional][default to empty]
prohibit_login Option<bool> Is user login prohibited [optional]
restricted Option<bool> Is user restricted [optional]
source_id Option<i64> The ID of the user's Authentication Source [optional]
starred_repos_count Option<i64> [optional]
visibility Option<String> User visibility level option: public, limited, private [optional]
website Option<String> the user's website [optional]

[Back to Model list] [Back to API list] [Back to README]