teamwire_api.profiles

UserProfile

class UserProfile(Profile)

Class representing a user profile

Attributes

  • department: unicode. Department the user belongs to
  • role: unicode. Role description
  • website: unicode. Personal website
  • status: unicode. Personal status description
  • phone: unicode. Phone
  • email: unicode. Email
  • notes: unicode. Additional notes. Note: this field will be available in future releases of non SDK clients

BotProfile

class BotProfile(Profile)

Class representing a bot profile

Attributes

  • status: unicode. Personal status description
  • notes: unicode. Additional notes. Note: this field will be available in future releases of non SDK clients

ProfileField

class ProfileField(object)

Updatable profile fields

Attributes

  • STATUS: Personal status description
  • NOTES: Additional notes. Note: this field will be available in future releases of non SDK clients

FieldUpdate

class FieldUpdate(object)

Profile update operation

Attributes

  • field: ProfileField to be updated
  • value: unicode or None. Value to be set for the given field. If None the value is reset