GET /members/{id}

Get a member

Servers

Path parameters

Name Type Required Description
id Yes

The ID or username of the member

Query parameters

Name Type Required Description
organizationsInvited_fields String No

all or a comma-separated list of organization fields

Possible values:

  • "id"
  • "name"
boards String No

See the Boards Nested Resource

boardsInvited_fields String No

all or a comma-separated list of board fields

Possible values:

  • "url"
  • "memberships"
  • "idOrganization"
  • "shortUrl"
  • "limits"
  • "enterpriseOwned"
  • "idMemberCreator"
  • "id"
  • "name"
  • "starred"
  • "pinned"
  • "labelNames"
  • "desc"
  • "closed"
  • "prefs"
  • "descData"
boardBackgrounds String No

One of: all, custom, default, none, premium

Possible values:

  • "premium"
  • "custom"
  • "default"
  • "none"
  • "all"

Default value: "none"

customStickers String No

all or none

Possible values:

  • "none"
  • "all"

Default value: "none"

fields String No

all or a comma-separated list of member fields

Possible values:

  • "id"
notifications String No

See the Notifications Nested Resource

organization_paid_account Boolean No

Whether or not to include paid account information in the returned workspace object

Default value: false

organizations String No

One of: all, members, none, public

Possible values:

  • "public"
  • "members"
  • "none"
  • "all"

Default value: "none"

organization_fields String No

all or a comma-separated list of organization fields

Possible values:

  • "id"
  • "name"
organizationsInvited String No

One of: all, members, none, public

Possible values:

  • "public"
  • "members"
  • "none"
  • "all"

Default value: "none"

savedSearches Boolean No

Default value: false

tokens String No

all or none

Possible values:

  • "none"
  • "all"

Default value: "none"

customEmoji String No

all or none

Possible values:

  • "none"
  • "all"

Default value: "none"

paid_account Boolean No

Whether or not to include paid account information in the returned member object

Default value: false

actions String No

See the Actions Nested Resource

cards String No

See the Cards Nested Resource for additional options

Default value: "none"

boardsInvited String No

all or a comma-separated list of: closed, members, open, organization, pinned, public, starred, unpinned

Possible values:

  • "organization"
  • "open"
  • "public"
  • "starred"
  • "pinned"
  • "closed"
  • "members"
  • "unpinned"
customBoardBackgrounds String No

all or none

Possible values:

  • "none"
  • "all"

Default value: "none"

boardStars Boolean No

Whether to return the boardStars or not

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.