Get all Teams on an Account

Return an array of all of the Teams accessible via a given Account

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
account_id
required
string <uuid>
query Parameters
include
string
Value: "user_role"
Responses
200

Paginated Teams success response

Response Headers
link
string

Pagination links

page-number
integer

Current page of results

per-page
integer

Number of entries per page

total
integer

Total entries across all pagess

total-pages
integer

Number of pages

Response Schema: application/json
Array
account_id
string <uuid>
disable_sbwm_internally
boolean
Default: false
creator_id
string <uuid>
storage
integer
Default: 0
default_font_color
string
access
string
Enum: "private" "public" "restricted"
font_color
string
user_role
object
file_count
integer
Default: 0
object (SessionWatermarkTemplate)
link
string
asset_lifecycle_policy
integer
upload_url
string
object (AdminOnlyAction)
deleted_at
string <date-time>
default_background_color
string
storage_limit
integer
location
string
name
string
default_color
string
slack_webhook
object
image_64
string
archived_storage
integer
Default: 0
image_128
string
solo
boolean
Default: false
object (Account)
image_32
string
inserted_at
string <date-time>
updated_at
string <date-time>
project_count
integer
Default: 0
duration
integer
Default: 0
team_image
string
collaborator_count
integer
Default: 0
bio
string
object (Watermark)
color
string
object (EmailBranding)
folder_count
integer
Default: 0
dark_theme
boolean
Default: false
default_session_watermark_template_id
string <uuid>
Array of objects (SessionWatermarkTemplate)
id
string <uuid>
member_limit
integer
frames
integer
Default: 0
member_count
integer
Default: 0
image_256
string
background_color
string
401

Unauthorized response

404

Not Found response

get/v2/accounts/{account_id}/teams
Request samples
Response samples
application/json
[
  • {
    }
]