teamwire_api/profiles¶
UserProfile¶
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 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¶
Updatable profile fields
Attributes
STATUS
: Personal status descriptionNOTES
: Additional notes. Note: this field will be available in future releases of non SDK clients
FieldUpdate¶
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