Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api/organizations.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"total_count": 1,
"organizations": [
{
"id": 117,
"name": "organ_label",
"nickname": "组织名称",
"description": "组织描述",
"website": null,
"location": "地区",
"repo_admin_change_team_access": true,
"visibility": "common",
"max_repo_creation": -1,
"num_projects": 0,
"num_users": 1,
"num_teams": 1,
"avatar_url": "images/avatars/Organization/117?t=1702456608",
"created_at": "2023-12-13",
"news_banner_id": null,
"news_content": null,
"memo": null,
"news_title": null,
"news_url": null,
"enabling_cla": false
}
]
}