Identity Hub API, REST: Organization.List
Retrieves the list of Organization resources.
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/organizations
Query parameters
|
Field |
Description |
|
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
|
pageToken |
string Page token. Set |
|
filter |
string A filter expression that filters resources listed in the response.
|
Response
HTTP Code: 200 - OK
{
"organizations": [
{
"id": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"title": "string",
"labels": "object"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
organizations[] |
List of Organization resources. |
|
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Organization
An Organization resource. For more information, see Organization.
|
Field |
Description |
|
id |
string ID of the organization. |
|
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
|
name |
string Name of the organization. 3-63 characters long. |
|
description |
string Description of the organization. 0-256 characters long. |
|
title |
string Display name of the organization. 0-256 characters long. |
|
labels |
object (map<string, string>) Resource labels as |