SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
    • 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
  • MembershipAccessTypeEnum
  • MembershipRoleEnum
  1. Models

Membership

MembershipAccessTypeEnum

{
    public_to_anyone = 'public_to_anyone', //Currently only utilized for project
    public_to_parent = 'public_to_parent',
    closed = 'closed', //Currently only utilized for group
    private = 'private',
}

MembershipRoleEnum

{
    admin = "admin",
    edit = "edit",
    comment = "comment",
    view = "view"
}

PreviousWebhookNextFile

Last updated 8 days ago