Skip to main content
GET

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Path Parameters

user_id
string
default:self
required

User ID to get plan information about. For your own account use 'self'

Response

Object containing user plan type and permission flags

User plan and permission flags

plan_type
enum<string>
required

Current plan type

Available options:
free,
basic,
premium,
business,
enterprise,
unknown
is_admin
boolean
required

Whether the user has admin permissions (manage_plan or manage_hierarchy).

is_owner
boolean
required

Whether the user has owner permissions (assign_admin, manage_plan, or manage_hierarchy).