Skip to main content

Get current pricing tier details.

This returns the quotas associated with your organization's current pricing tier.

Header Parameters
  • SlashID-OrgID string required

    The organization ID

    Example: af5fbd30-7ce7-4548-8b30-4cd59cb2aba1
Responses

OK


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • errors object[]
  • httpcode integer
  • message string
  • result object

    Details of the constraints applied to a specific pricing tier.

  • name string

    Possible values: [free-trial, professional, enterprise, enterprise-with-nhi, identity-protection]

    The tier associated with a root organization.

    Your organization may be subject to various constraints depending on its tier, such as maximum number of users, rate-limits, etc.

  • custom_templates_allowed boolean

    Indicates if custom email and SMS message templates are allowed

  • nhi_external_connections_allowed boolean

    Indicates if external connections to non-human identity sources are allowed

  • max_suborganizations int64

    Indicates the maximum number of the suborganizations in the hierarchy, not including the root organization. null indicates no limit.

  • max_persons int64

    Indicates the maximum number of persons allowed, including all suborganizations in the hierarchy. null indicates no limit.

  • max_groups int64

    Indicates the maximum number of groups allowed, including all suborganizations in the hierarchy. null indicates no limit.