Organizations
The organizations in your PingOne account/subscription.
View-Specific Information
SELECT
Reading data from this entity requires Read Organization/orgmgt:read:organization permission.We recommend using the built-in Client Application Developer role.
The server uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- Id supports the following operators: =, IN.
All other filters are processed client-side within the server.
For example, the following queries are processed server-side:
SELECT * FROM Information.Organizations WHERE Id = 'c96005d1-3bc6-4ee9-972d-d15754de6aec';
SELECT * FROM Information.Organizations WHERE Id IN ('c96005d1-3bc6-4ee9-972d-d15754de6aec', '4c5896b6-3452-4a90-982a-1fd7d5687dbc');
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The organization identifier (UUID). | |
| Name | String | The name of the organization. | |
| Description | String | The organization's description. | |
| Type | String | The type of the organization. If the organization has any paid licenses, this is set to 'PAID'. Otherwise, it's set to 'TRIAL'. | |
| CreatedAt | Datetime | The time at which the organization was created. | |
| UpdatedAt | Datetime | The time at which the organization was last updated. | |
| BillingConnections | String | The list of the billing connection IDs for the organization. This information is represented in JSON format (aggregate). |