简体中文
Get paginated organizations for the instance
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/admin/organization \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "createdTime": "<string>", "createdBy": "<string>", "userCount": 123, "spaceCount": 123, "adminCount": 123, "admins": [ { "id": "<string>", "name": "<string>", "email": "<string>", "avatar": "<string>" } ] } ], "total": 123, "page": 123, "pageSize": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Returns paginated organizations for the instance.
显示 子属性
此页面对您有帮助吗?