Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 3.5 KB

Member.md

File metadata and controls

33 lines (29 loc) · 3.5 KB

Member

Properties

Name Type Description Notes
avatar_hash str Member profile images are hosted at: https://trello-avatars.s3.amazonaws.com/{avatarHash}/{size}.png size can be 30, 50, or 170 [optional]
avatar_url str The URL of the current avatar being used, regardless of whether it is a gravatar or uploaded avatar. [optional]
bio str Optional bio for the member [optional]
bio_data object If the bio includes custom emoji, this object will contain the information necessary to display them. [optional]
confirmed bool Whether the member has confirmed their email address after signing up [optional]
email str The primary email address for the member. You can only read your own. [optional]
full_name str The full display name for the member [optional]
gravatar_hash str Same as avatarHash above; member profile images are hosted at: https://trello-avatars.s3.amazonaws.com/{gravatarHash}/{size}.png size can be 30, 50, or 170 string. [optional]
id str The ID of the member [optional]
id_boards list[ERRORUNKNOWN] An array of board IDs this member is on [optional]
id_boards_pinned list[ERRORUNKNOWN] deprecated [optional]
id_enterprises_admin list[ERRORUNKNOWN] An array of enterprise IDs this member is an admin of [optional]
id_organizations list[ERRORUNKNOWN] An array of organization IDs this member is in [optional]
id_prem_orgs_admin list[ERRORUNKNOWN] [optional]
initials str The member's initials, used for display when there isn't an avatar set [optional]
one_time_messages_dismissed list[ERRORUNKNOWN] [optional]
prefs object "prefs": { "sendSummaries": true, "minutesBetweenSummaries": -1, "minutesBeforeDeadlineToNotify": 1440, "colorBlind": false, "locale": "en-US", "timezoneInfo": { "timezoneNext": "EST", "dateNext": "2017-11-05T06:00:00.000Z", "offsetNext": 300, "timezoneCurrent": "EDT", "offsetCurrent": 240 }, "twoFactor": { "enabled": true, "needsNewBackups": false } } [optional]
products list[ERRORUNKNOWN] 10 - member has Trello Gold as a result of being in a Business Class team 37 - member has monthly Trello Gold 38 - member has annual Trello Gold [optional]
status str deprecated [optional]
trophies list[ERRORUNKNOWN] deprecated [optional]
uploaded_avatar_hash str Same as avatarHash - member profile images are hosted at: https://trello-avatars.s3.amazonaws.com/{uploadedAvatarHash}/{size}.png size can be 30, 50, or 170 [optional]
uploaded_avatar_url str The URL of the uploaded avatar if one has been uploaded. [optional]
url str The URL to the member's profile page [optional]
username str The username for the member. What is shown in @mentions for example [optional]

[Back to Model list] [Back to API list] [Back to README]