GET
/admin/orgsList all organizations
Lists all organizations managed through the administrative API. Use page and limit to paginate the results and inspect each organization's identity, contact details, visibility, and creation time. Access is restricted to administrative callers.
pageintegeroptional
The 1-based page number of organizations to return.
limitintegeroptional
The number of organizations to return per page.
200Returns an array of organization objects containing identifiers, names, contact and location details, visibility, website and avatar URLs, team-access settings, and creation timestamps.
avatar_urlstringoptional
createdstringoptional
descriptionstringoptional
emailstringoptional
full_namestringoptional
idintegeroptional
locationstringoptional
namestringoptional
repo_admin_change_team_accessbooleanoptional
usernamestringoptional
deprecated
visibilitystringoptional
websitestringoptional
403Returned when the authenticated user is not permitted to list organizations.
messagestringoptional
urlstringoptional
Error handling
A 403 is returned when the authenticated user does not have permission to list organizations. page and limit must be integer values when supplied.