SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
      • Complete a Task
    • Contact
      • Create a Contact
    • Record Activity
      • Fetch Activities
      • Add Comment
    • Project
      • Fetch Projects
    • Organization User
      • Filter Users
    • Webhooks
      • Subscribe to an Event
      • Unsubscribe from a Webhook
  • Models
    • Organization
      • Organization User
    • Group
    • Project
    • Record
    • Record Activity
    • Task
    • Contact
    • Webhook
    • Membership
    • File
    • Custom Field
      • Custom Field Value
    • User
Powered by GitBook
On this page
  1. Models

Organization

Organization Model

{
    organization_id: number;
    name: string; //Max 50 char
    timezone: {
        timezone_region: string;
        timezone_in_mins: number;
    },
    associated_domain?: string;
    icon_url?: string; 
}

PreviousUnsubscribe from a WebhookNextOrganization User

Last updated 1 month ago