Get a Team

Fetch a given Team's information by ID

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
team_id
required
string <uuid>

Team ID

Example: eefb57e0-79f2-4bc7-9b70-99fbc175175c
query Parameters
include
string
Enum: "account" "user_role"
Responses
200

Team success response

Response Schema: application/json
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/teams/{team_id}
Request samples
Response samples
application/json
{
  • "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65",
  • "disable_sbwm_internally": false,
  • "creator_id": "9cceffdd-8381-4074-8256-eafae24ebee6",
  • "storage": 0,
  • "default_font_color": "string",
  • "access": "private",
  • "font_color": "string",
  • "user_role": { },
  • "file_count": 0,
  • "default_session_watermark_template": {
    },
  • "link": "string",
  • "asset_lifecycle_policy": 0,
  • "upload_url": "string",
  • "admin_only_actions": {
    },
  • "deleted_at": "2019-08-24T14:15:22Z",
  • "default_background_color": "string",
  • "storage_limit": 0,
  • "location": "string",
  • "name": "string",
  • "default_color": "string",
  • "slack_webhook": { },
  • "image_64": "string",
  • "archived_storage": 0,
  • "image_128": "string",
  • "solo": false,
  • "account": {
    },
  • "image_32": "string",
  • "inserted_at": "2019-08-24T14:15:22Z",
  • "updated_at": "2019-08-24T14:15:22Z",
  • "project_count": 0,
  • "duration": 0,
  • "team_image": "string",
  • "collaborator_count": 0,
  • "bio": "string",
  • "watermark": {
    },
  • "color": "string",
  • "email_branding": {
    },
  • "folder_count": 0,
  • "dark_theme": false,
  • "default_session_watermark_template_id": "cfb3efe2-1061-4d0c-8f9c-90a094c1a06d",
  • "session_watermark_templates": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "member_limit": 0,
  • "frames": 0,
  • "member_count": 0,
  • "image_256": "string",
  • "background_color": "string"
}