/trello-members | Type: Application | PCID required: Yes
Tools
trello_members_delete_id_boardbackgrounds_idbackground
Delete a Member’s custom Board background Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idBackground | string | Yes | — | The ID of the board background |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idBackground": {
"type": "string",
"description": "The ID of the board background"
}
},
"required": [
"PCID",
"id",
"idBackground"
]
}
trello_members_delete_id_boardstars_idstar
Delete Star for Board Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idStar | string | Yes | — | The ID of the board star |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idStar": {
"type": "string",
"description": "The ID of the board star"
}
},
"required": [
"PCID",
"id",
"idStar"
]
}
trello_members_delete_id_customboardbackgrounds_idbackground
Delete custom Board Background of Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
idBackground | string | Yes | — | The ID of the custom background |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"idBackground": {
"type": "string",
"description": "The ID of the custom background"
}
},
"required": [
"PCID",
"id",
"idBackground"
]
}
trello_members_delete_id_customstickers_idsticker
Delete a Member’s custom Sticker Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idSticker | string | Yes | — | The ID of the uploaded sticker |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idSticker": {
"type": "string",
"description": "The ID of the uploaded sticker"
}
},
"required": [
"PCID",
"id",
"idSticker"
]
}
trello_members_delete_id_savedsearches_idsearch
Delete a saved search Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idSearch | string | Yes | — | The ID of the saved search to delete |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idSearch": {
"type": "string",
"description": "The ID of the saved search to delete"
}
},
"required": [
"PCID",
"id",
"idSearch"
]
}
trello_members_get_id
Get a Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
actions | string | No | — | See the Actions Nested Resource |
boards | string | No | — | See the Boards Nested Resource |
boardBackgrounds | string | No | — | One of: all, custom, default, none, premium |
boardsInvited | string | No | — | all or a comma-separated list of: closed, members, open, organization, pinned, public, starred, unpinned |
boardsInvited_fields | string | No | — | all or a comma-separated list of board fields |
boardStars | boolean | No | — | Whether to return the boardStars or not |
cards | string | No | — | See the Cards Nested Resource for additional options |
customBoardBackgrounds | string | No | — | all or none |
customEmoji | string | No | — | all or none |
customStickers | string | No | — | all or none |
fields | string | No | — | all or a comma-separated list of member fields |
notifications | string | No | — | See the Notifications Nested Resource |
organizations | string | No | — | One of: all, members, none, public |
organization_fields | string | No | — | all or a comma-separated list of organization fields |
organization_paid_account | boolean | No | — | Whether or not to include paid account information in the returned workspace object |
organizationsInvited | string | No | — | One of: all, members, none, public |
organizationsInvited_fields | string | No | — | all or a comma-separated list of organization fields |
paid_account | boolean | No | — | Whether or not to include paid account information in the returned member object |
savedSearches | boolean | No | — | Saved Searches |
tokens | string | No | — | all or none |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"actions": {
"type": "string",
"description": "See the [Actions Nested Resource](/cloud/trello/guides/rest-api/nested-resources/#actions-nested-resource)"
},
"boards": {
"type": "string",
"description": "See the [Boards Nested Resource](/cloud/trello/guides/rest-api/nested-resources/#boards-nested-resource)"
},
"boardBackgrounds": {
"type": "string",
"description": "One of: `all`, `custom`, `default`, `none`, `premium`",
"enum": [
"all",
"custom",
"default",
"none",
"premium"
]
},
"boardsInvited": {
"type": "string",
"description": "`all` or a comma-separated list of: closed, members, open, organization, pinned, public, starred, unpinned",
"enum": [
"closed",
"members",
"open",
"organization",
"pinned",
"public",
"starred",
"unpinned"
]
},
"boardsInvited_fields": {
"type": "string",
"description": "`all` or a comma-separated list of board [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"boardStars": {
"type": "boolean",
"description": "Whether to return the boardStars or not"
},
"cards": {
"type": "string",
"description": "See the [Cards Nested Resource](/cloud/trello/guides/rest-api/nested-resources/#cards-nested-resource) for additional options"
},
"customBoardBackgrounds": {
"type": "string",
"description": "`all` or `none`",
"enum": [
"all",
"none"
]
},
"customEmoji": {
"type": "string",
"description": "`all` or `none`",
"enum": [
"all",
"none"
]
},
"customStickers": {
"type": "string",
"description": "`all` or `none`",
"enum": [
"all",
"none"
]
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of member [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"notifications": {
"type": "string",
"description": "See the [Notifications Nested Resource](/cloud/trello/guides/rest-api/nested-resources/#notifications-nested-resource)"
},
"organizations": {
"type": "string",
"description": "One of: `all`, `members`, `none`, `public`",
"enum": [
"all",
"members",
"none",
"public"
]
},
"organization_fields": {
"type": "string",
"description": "`all` or a comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"organization_paid_account": {
"type": "boolean",
"description": "Whether or not to include paid account information in the returned workspace object"
},
"organizationsInvited": {
"type": "string",
"description": "One of: `all`, `members`, `none`, `public`",
"enum": [
"all",
"members",
"none",
"public"
]
},
"organizationsInvited_fields": {
"type": "string",
"description": "`all` or a comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"paid_account": {
"type": "boolean",
"description": "Whether or not to include paid account information in the returned member object"
},
"savedSearches": {
"type": "boolean",
"description": "Saved Searches"
},
"tokens": {
"type": "string",
"description": "`all` or `none`",
"enum": [
"all",
"none"
]
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_actions
Get a Member’s Actions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
filter | string | No | — | A comma-separated list of action types. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"filter": {
"type": "string",
"description": "A comma-separated list of [action types](https://developer.atlassian.com/cloud/trello/guides/rest-api/action-types/)."
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_boardbackgrounds
Get Member’s custom Board backgrounds Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
filter | string | No | — | One of: all, custom, default, none, premium |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"filter": {
"type": "string",
"description": "One of: `all`, `custom`, `default`, `none`, `premium`",
"enum": [
"all",
"custom",
"default",
"none",
"premium"
]
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_boardbackgrounds_idbackground
Get a boardBackground of a Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idBackground | string | Yes | — | The ID of the board background |
fields | string | No | — | all or a comma-separated list of: brightness, fullSizeUrl, scaled, tile |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idBackground": {
"type": "string",
"description": "The ID of the board background"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of: `brightness`, `fullSizeUrl`, `scaled`, `tile`"
}
},
"required": [
"PCID",
"id",
"idBackground"
]
}
trello_members_get_id_boards
Get Boards that Member belongs to Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
filter | string | No | — | all or a comma-separated list of: closed, members, open, organization, public, starred |
fields | string | No | — | all or a comma-separated list of board fields |
lists | string | No | — | Which lists to include with the boards. One of: all, closed, none, open |
organization | boolean | No | — | Whether to include the Organization object with the Boards |
organization_fields | string | No | — | all or a comma-separated list of organization fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"filter": {
"type": "string",
"description": "`all` or a comma-separated list of: `closed`, `members`, `open`, `organization`, `public`, `starred`",
"enum": [
"all",
"closed",
"members",
"open",
"organization",
"public",
"starred"
]
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of board [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"lists": {
"type": "string",
"description": "Which lists to include with the boards. One of: `all`, `closed`, `none`, `open`",
"enum": [
"all",
"closed",
"none",
"open"
]
},
"organization": {
"type": "boolean",
"description": "Whether to include the Organization object with the Boards"
},
"organization_fields": {
"type": "string",
"description": "`all` or a comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_boardsinvited
Get Boards the Member has been invited to Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
fields | string | No | — | all or a comma-separated list of board fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of board [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_boardstars
Get a Member’s boardStars Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_boardstars_idstar
Get a boardStar of Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idStar | string | Yes | — | The ID of the board star |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idStar": {
"type": "string",
"description": "The ID of the board star"
}
},
"required": [
"PCID",
"id",
"idStar"
]
}
trello_members_get_id_cards
Get Cards the Member is on Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
filter | string | No | — | One of: all, closed, complete, incomplete, none, open, visible |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"filter": {
"type": "string",
"description": "One of: `all`, `closed`, `complete`, `incomplete`, `none`, `open`, `visible`",
"enum": [
"all",
"closed",
"complete",
"incomplete",
"none",
"open",
"visible"
]
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_customboardbackgrounds
Get a Member’s custom Board Backgrounds Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_customboardbackgrounds_idbackground
Get custom Board Background of Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
idBackground | string | Yes | — | The ID of the custom background |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"idBackground": {
"type": "string",
"description": "The ID of the custom background"
}
},
"required": [
"PCID",
"id",
"idBackground"
]
}
trello_members_get_id_customemoji
Get a Member’s customEmojis Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_customstickers
Get Member’s custom Stickers Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_customstickers_idsticker
Get a Member’s custom Sticker Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idSticker | string | Yes | — | The ID of the uploaded sticker |
fields | string | No | — | all or a comma-separated list of scaled, url |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idSticker": {
"type": "string",
"description": "The ID of the uploaded sticker"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of `scaled`, `url`"
}
},
"required": [
"PCID",
"id",
"idSticker"
]
}
trello_members_get_id_field
Get a field on a Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
field | string | Yes | — | One of the member fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"field": {
"type": "string",
"description": "One of the member [fields](/cloud/trello/guides/rest-api/object-definitions/)",
"enum": [
"id"
]
}
},
"required": [
"PCID",
"id",
"field"
]
}
trello_members_get_id_notification_channel_settings
Get a Member’s notification channel settings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_notification_channel_settings_channel
Get blocked notification keys of Member on this channel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
channel | string | Yes | — | Channel to block notifications on |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"channel": {
"type": "string",
"description": "Channel to block notifications on",
"enum": [
"email"
]
}
},
"required": [
"PCID",
"id",
"channel"
]
}
trello_members_get_id_notifications
Get Member’s Notifications Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
entities | boolean | No | — | The entities value |
display | boolean | No | — | The display value |
filter | string | No | — | The filter value |
read_filter | string | No | — | One of: all, read, unread |
fields | string | No | — | all or a comma-separated list of notification fields |
limit | integer | No | — | Max 1000 |
page | integer | No | — | Max 100 |
before | string | No | — | A notification ID |
since | string | No | — | A notification ID |
memberCreator | boolean | No | — | Member Creator |
memberCreator_fields | string | No | — | all or a comma-separated list of member fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"entities": {
"type": "boolean",
"description": "The entities value"
},
"display": {
"type": "boolean",
"description": "The display value"
},
"filter": {
"type": "string",
"description": "The filter value"
},
"read_filter": {
"type": "string",
"description": "One of: `all`, `read`, `unread`"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of notification [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"limit": {
"type": "integer",
"description": "Max 1000"
},
"page": {
"type": "integer",
"description": "Max 100"
},
"before": {
"type": "string",
"description": "A notification ID"
},
"since": {
"type": "string",
"description": "A notification ID"
},
"memberCreator": {
"type": "boolean",
"description": "Member Creator"
},
"memberCreator_fields": {
"type": "string",
"description": "`all` or a comma-separated list of member [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_organizations
Get Member’s Organizations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
filter | string | No | — | One of: all, members, none, public (Note: members filters to only private Workspaces) |
fields | string | No | — | all or a comma-separated list of organization fields |
paid_account | boolean | No | — | Whether or not to include paid account information in the returned workspace object |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"filter": {
"type": "string",
"description": "One of: `all`, `members`, `none`, `public` (Note: `members` filters to only private Workspaces)",
"enum": [
"all",
"members",
"none",
"public"
]
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"paid_account": {
"type": "boolean",
"description": "Whether or not to include paid account information in the returned workspace object"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_organizationsinvited
Get Organizations a Member has been invited to Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
fields | string | No | — | all or a comma-separated list of organization fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_savedsearches
Get Member’s saved searched Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_get_id_savedsearches_idsearch
Get a saved search Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idSearch | string | Yes | — | The ID of the saved search to delete |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idSearch": {
"type": "string",
"description": "The ID of the saved search to delete"
}
},
"required": [
"PCID",
"id",
"idSearch"
]
}
trello_members_get_id_tokens
Get Member’s Tokens Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
webhooks | boolean | No | — | Whether to include webhooks |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"webhooks": {
"type": "boolean",
"description": "Whether to include webhooks"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_membersidavatar
Create Avatar for Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
file | string | Yes | — | The file value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"file": {
"type": "string",
"description": "The file value"
}
},
"required": [
"PCID",
"id",
"file"
]
}
trello_members_membersidcustomboardbackgrounds_1
Create a new custom Board Background Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
file | string | Yes | — | The file value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"file": {
"type": "string",
"description": "The file value"
}
},
"required": [
"PCID",
"id",
"file"
]
}
trello_members_membersidcustomemojiidemoji
Get a Member’s custom Emoji Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idEmoji | string | Yes | — | The ID of the custom emoji |
fields | string | No | — | all or a comma-separated list of name, url |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idEmoji": {
"type": "string",
"description": "The ID of the custom emoji"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of `name`, `url`"
}
},
"required": [
"PCID",
"id",
"idEmoji"
]
}
trello_members_post_id_boardbackgrounds_1
Upload new boardBackground for Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
file | string | Yes | — | The file value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"file": {
"type": "string",
"description": "The file value"
}
},
"required": [
"PCID",
"id",
"file"
]
}
trello_members_post_id_boardstars
Create Star for Board Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
idBoard | string | Yes | — | The ID of the board to star |
pos | string | Yes | — | The position of the newly starred board. top, bottom, or a positive float. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"idBoard": {
"type": "string",
"description": "The ID of the board to star"
},
"pos": {
"type": "string",
"description": "The position of the newly starred board. `top`, `bottom`, or a positive float."
}
},
"required": [
"PCID",
"id",
"idBoard",
"pos"
]
}
trello_members_post_id_customemoji
Create custom Emoji for Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
file | string | Yes | — | The file value |
name | string | Yes | — | Name for the emoji. 2 - 64 characters |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"file": {
"type": "string",
"description": "The file value"
},
"name": {
"type": "string",
"description": "Name for the emoji. 2 - 64 characters"
}
},
"required": [
"PCID",
"id",
"file",
"name"
]
}
trello_members_post_id_customstickers
Create custom Sticker for Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
file | string | Yes | — | The file value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"file": {
"type": "string",
"description": "The file value"
}
},
"required": [
"PCID",
"id",
"file"
]
}
trello_members_post_id_onetimemessagesdismissed
Dismiss a message for Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
value | string | Yes | — | The message to dismiss |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"value": {
"type": "string",
"description": "The message to dismiss"
}
},
"required": [
"PCID",
"id",
"value"
]
}
trello_members_post_id_savedsearches
Create saved Search for Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
name | string | Yes | — | The name for the saved search |
query | string | Yes | — | The search query |
pos | string | Yes | — | The position of the saved search. top, bottom, or a positive float. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"name": {
"type": "string",
"description": "The name for the saved search"
},
"query": {
"type": "string",
"description": "The search query"
},
"pos": {
"type": "string",
"description": "The position of the saved search. `top`, `bottom`, or a positive float."
}
},
"required": [
"PCID",
"id",
"name",
"query",
"pos"
]
}
trello_members_put_id
Update a Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
fullName | string | No | — | New name for the member. Cannot begin or end with a space. |
initials | string | No | — | New initials for the member. 1-4 characters long. |
username | string | No | — | New username for the member. At least 3 characters long, only lowercase letters, underscores, and numbers. Must be unique. |
bio | string | No | — | The bio value |
avatarSource | string | No | — | One of: gravatar, none, upload |
prefs/colorBlind | boolean | No | — | Prefs/color Blind |
prefs/locale | string | No | — | The prefs/locale value |
prefs/minutesBetweenSummaries | integer | No | — | -1 for disabled, 1, or 60 |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"fullName": {
"type": "string",
"description": "New name for the member. Cannot begin or end with a space."
},
"initials": {
"type": "string",
"description": "New initials for the member. 1-4 characters long."
},
"username": {
"type": "string",
"description": "New username for the member. At least 3 characters long, only lowercase letters, underscores, and numbers. Must be unique."
},
"bio": {
"type": "string",
"description": "The bio value"
},
"avatarSource": {
"type": "string",
"description": "One of: `gravatar`, `none`, `upload`",
"enum": [
"gravatar",
"none",
"upload"
]
},
"prefs/colorBlind": {
"type": "boolean",
"description": "Prefs/color Blind"
},
"prefs/locale": {
"type": "string",
"description": "The prefs/locale value"
},
"prefs/minutesBetweenSummaries": {
"type": "integer",
"description": "`-1` for disabled, `1`, or `60`"
}
},
"required": [
"PCID",
"id"
]
}
trello_members_put_id_boardbackgrounds_idbackground
Update a Member’s custom Board background Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idBackground | string | Yes | — | The ID of the board background |
brightness | string | No | — | One of: dark, light, unknown |
tile | boolean | No | — | Whether the background should be tiled |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idBackground": {
"type": "string",
"description": "The ID of the board background"
},
"brightness": {
"type": "string",
"description": "One of: `dark`, `light`, `unknown`",
"enum": [
"dark",
"light",
"unknown"
]
},
"tile": {
"type": "boolean",
"description": "Whether the background should be tiled"
}
},
"required": [
"PCID",
"id",
"idBackground"
]
}
trello_members_put_id_boardstars_idstar
Update the position of a boardStar of Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idStar | string | Yes | — | The ID of the board star |
pos | string | No | — | New position for the starred board. top, bottom, or a positive float. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idStar": {
"type": "string",
"description": "The ID of the board star"
},
"pos": {
"type": "string",
"description": "New position for the starred board. `top`, `bottom`, or a positive float."
}
},
"required": [
"PCID",
"id",
"idStar"
]
}
trello_members_put_id_customboardbackgrounds_idbackground
Update custom Board Background of Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
idBackground | string | Yes | — | The ID of the custom background |
brightness | string | No | — | One of: dark, light, unknown |
tile | boolean | No | — | Whether to tile the background |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"idBackground": {
"type": "string",
"description": "The ID of the custom background"
},
"brightness": {
"type": "string",
"description": "One of: `dark`, `light`, `unknown`",
"enum": [
"dark",
"light",
"unknown"
]
},
"tile": {
"type": "boolean",
"description": "Whether to tile the background"
}
},
"required": [
"PCID",
"id",
"idBackground"
]
}
trello_members_put_id_notification_channel_settings_channel_blocked_keys
Update blocked notification keys of Member on a channel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
channel | string | Yes | — | Channel to block notifications on |
blockedKeys | any[] | Yes | — | Singular key or array of notification keys |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"channel": {
"type": "string",
"description": "Channel to block notifications on",
"enum": [
"email"
]
},
"blockedKeys": {
"type": "array",
"description": "Singular key or array of notification keys"
}
},
"required": [
"PCID",
"id",
"channel",
"blockedKeys"
]
}
trello_members_put_id_notification_channel_settings_channel_blocked_keys
Update blocked notification keys of Member on a channel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
blockedKeys | string[] | Yes | — | Blocked key or array of blocked keys. |
channel | string | Yes | — | The channel value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"blockedKeys": {
"type": "array",
"items": {
"type": "string",
"enum": [
"notification_comment_card",
"notification_added_a_due_date",
"notification_changed_due_date",
"notification_card_due_soon",
"notification_removed_from_card",
"notification_added_attachment_to_card",
"notification_created_card",
"notification_moved_card",
"notification_archived_card",
"notification_unarchived_card"
]
},
"description": "Blocked key or array of blocked keys."
},
"channel": {
"type": "string",
"description": "The channel value",
"enum": [
"email"
]
}
},
"required": [
"PCID",
"id",
"blockedKeys",
"channel"
]
}
trello_members_put_id_notification_channel_settings_channel_blocked_keys_2
Update blocked notification keys of Member on a channel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
channel | string | Yes | — | Channel to block notifications on |
blockedKeys | string[] | Yes | — | Singular key or array of notification keys |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"channel": {
"type": "string",
"description": "Channel to block notifications on",
"enum": [
"email"
]
},
"blockedKeys": {
"type": "array",
"items": {
"type": "string",
"enum": [
"notification_comment_card",
"notification_added_a_due_date",
"notification_changed_due_date",
"notification_card_due_soon",
"notification_removed_from_card",
"notification_added_attachment_to_card",
"notification_created_card",
"notification_moved_card",
"notification_archived_card",
"notification_unarchived_card"
]
},
"description": "Singular key or array of notification keys"
}
},
"required": [
"PCID",
"id",
"channel",
"blockedKeys"
]
}
trello_members_put_id_notification_channel_settings_channel_blocked_keys_3
Update blocked notification keys of Member on a channel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | object | Yes | — | The ID or username of the member |
channel | string | Yes | — | Channel to block notifications on |
blockedKeys | string | Yes | — | Singular key or comma-separated list of notification keys |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"description": "The ID or username of the member"
},
"channel": {
"type": "string",
"description": "Channel to block notifications on",
"enum": [
"email"
]
},
"blockedKeys": {
"type": "string",
"description": "Singular key or comma-separated list of notification keys",
"enum": [
"notification_comment_card",
"notification_added_a_due_date",
"notification_changed_due_date",
"notification_card_due_soon",
"notification_removed_from_card",
"notification_added_attachment_to_card",
"notification_created_card",
"notification_moved_card",
"notification_archived_card",
"notification_unarchived_card"
]
}
},
"required": [
"PCID",
"id",
"channel",
"blockedKeys"
]
}
trello_members_put_id_savedsearches_idsearch
Update a saved search Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID or username of the member |
idSearch | string | Yes | — | The ID of the saved search to delete |
name | string | No | — | The new name for the saved search |
query | string | No | — | The new search query |
pos | string | No | — | New position for saves search. top, bottom, or a positive float. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID or username of the member"
},
"idSearch": {
"type": "string",
"description": "The ID of the saved search to delete"
},
"name": {
"type": "string",
"description": "The new name for the saved search"
},
"query": {
"type": "string",
"description": "The new search query"
},
"pos": {
"type": "string",
"description": "New position for saves search. `top`, `bottom`, or a positive float."
}
},
"required": [
"PCID",
"id",
"idSearch"
]
}

