teamwire_api.profiles¶
UserProfile¶
class UserProfile(Profile)
Class representing a user profile
Attributes
department
: unicode. Department the user belongs torole
: unicode. Role descriptionwebsite
: unicode. Personal websitestatus
: unicode. Personal status descriptionphone
: unicode. Phoneemail
: unicode. Emailnotes
: 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 descriptionnotes
: 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 descriptionNOTES
: 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 updatedvalue
: unicode or None. Value to be set for the given field. If None the value is reset