Forgejo API
GET/admin/quota/groups/{quotagroup}/users

List users in a quota group

Lists the users assigned to a quota group. Use quotagroup to retrieve the member accounts and their available profile information.

1 parameter
quotagroupstringrequired
The name or identifier of the quota group whose users to list.

4 status codes
200Returns an array of user objects, including profile, account status, activity, and quota-group membership information.
activebooleanoptional
Is user active
avatar_urlstringoptional
URL to the user's avatar
createdstringoptional
descriptionstringoptional
the user's description
emailstringoptional
followers_countintegeroptional
user counts
following_countintegeroptional
full_namestringoptional
the user's full name
html_urlstringoptional
URL to the user's profile page
idintegeroptional
the user's id
is_adminbooleanoptional
Is the user an administrator
languagestringoptional
User locale
last_loginstringoptional
locationstringoptional
the user's location
loginstringoptional
the user's username
login_namestringoptional
the user's authentication sign-in name.
Default:empty
prohibit_loginbooleanoptional
Is user login prohibited
pronounsstringoptional
the user's pronouns
restrictedbooleanoptional
Is user restricted
source_idintegeroptional
The ID of the user's Authentication Source
starred_repos_countintegeroptional
visibilitystringoptional
User visibility level option: public, limited, private
websitestringoptional
the user's website
400Returned when `quotagroup` is invalid.
messagestringoptional
urlstringoptional
403Returned when the authenticated user is not permitted to view the quota group's users.
messagestringoptional
urlstringoptional
404Returned when no quota group matches `quotagroup`.
errorsarray<string>optional
messagestringoptional
urlstringoptional

Error handling

A 400 is returned when quotagroup is invalid. A 403 is returned when the authenticated user lacks permission to view quota group members, and a 404 is returned when no quota group matches quotagroup.