PingOne Platform APIs

Organizations

PingOne uses an organization-based model to define tenant accounts and their related entities. The organization is the top-level identifier. It defines your entire enterprise within the PingOne platform. The organizations endpoints provide functions to read organizations resources.

Learn more about organizations in Introduction to PingOne, in the PingOne Admin Guide.

Organzations data model

Property Type Required? Mutable? Description

createdAt

Date

N/A

Read-only

The time the resource was created.

description

String

Optional

Mutable

The description of the organization.

id

String

Required

Immutable

The resource’s unique identifier.

name

String

Required

Mutable

The organization name, which must be provided and must be unique among all organizations in PingOne.

billingConnections.id

String

Required

Immutable

The list of the BillingConnection resource IDs for the organization.

type

String

Required

Mutable

The organization type. If the organization has any paid licenses, the type property value is set to PAID. Otherwise, the property value is set to TRIAL.

updatedAt

Date

N/A

Read-only

The time the resource was last updated.

Organizations events generated

Refer to Audit Reporting Events for the events generated.

Response codes

Code Message

200

Successful operation.

400

The request could not be completed.

401

You do not have access to this resource.

403

You do not have permissions or are not licensed to make this request.

404

The requested resource was not found.