Organizations
List Organizations
Returns a list of organizations the authenticated user owns or is a member of.
GET
/
v1
/
organizations
Response
200 - application/json
name
string
The organization name. Every user has a personal
organization for their own account.
slug
string
The organization slug. This will be your username for personal
accounts.
type
enum<string>
The type of account this organization is. Will always be personal
or team
.
Available options:
personal
, team
overages
boolean
The name of the organization. Every user has a personal
organization for their own account.
blocked_reads
boolean
Returns the current status for blocked reads.
blocked_writes
boolean
Returns the current status for blocked writes.
Was this page helpful?