powered by
Returns the list of organizations for a user with an administrator role
get_admin_organizations(base_url, api_key)
The base URL for your gitea server (no trailing '/')
The user's API token key for the gitea service
This function works only in the case that the `api_key` is associated with a user with administrator role
# NOT RUN { get_admin_organizations(base_url = "https://example.gitea.service.com", api_key = "b6026f861fd41a94c3389d54293de9d04bde6f7c") # }
Run the code above in your browser using DataLab