Get a member
oneOf [TrelloID, string]
Requiredstring
string
string
string
BoardFields
boolean
string
string
string
string
Success
Member
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"id": "5abbe4b7ddc1b351ef961414",
"activityBlocked": false,
"avatarHash": "fc8faaaee46666a4eb8b626c08933e16",
"avatarUrl": "https://trello-avatars.s3.amazonaws.com/fc8faaaee46666a4eb8b626c08933e16",
"bio": "👋 I'm a developer advocate at Trello!",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Bentley Cook",
"idEnterprise": "5abbe4b7ddc1b351ef961414",
"idEnterprisesDeactivated": [
"<string>"
],
"idMemberReferrer": "5abbe4b7ddc1b351ef961414",
"idPremOrgsAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"initials": "BC",
"memberType": "normal",
"nonPublic": {
"fullName": "Bentley Cook",
"initials": "BC",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b02e7f4e1facdc393169f9d/db2adf80c2e6c26b76e1f10400eb4c45",
"avatarHash": "db2adf80c2e6c26b76e1f10400eb4c45"
},
"nonPublicAvailable": false,
"products": [
2154
],
"url": "https://trello.com/bentleycook",
"username": "bentleycook",
"status": "disconnected",
"aaEmail": "<string>",
"aaEnrolledDate": "<string>",
"aaId": "<string>",
"avatarSource": "gravatar",
"email": "bcook@atlassian.com",
"gravatarHash": "0a1e804f6e35a65ae5e1f7ef4c92471c",
"idBoards": [
"5abbe4b7ddc1b351ef961414"
],
"idOrganizations": [
"5abbe4b7ddc1b351ef961414"
],
"idEnterprisesAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"limits": {
"status": "ok",
"disableAt": 36000,
"warnAt": 32400
},
"loginTypes": [
"password"
],
"marketingOptIn": {
"optedIn": false,
"date": "2018-04-26T17:03:25.155Z"
},
"messagesDismissed": {
"name": "ad-security-features",
"count": "<string>",
"lastDismissed": "2019-03-11T20:19:46.809Z",
"_id": "5abbe4b7ddc1b351ef961414"
},
"oneTimeMessagesDismissed": [
"<string>"
],
"prefs": {
"timezoneInfo": {
"offsetCurrent": 360,
"timezoneCurrent": "CST",
"offsetNext": 300,
"dateNext": "2020-03-08T08:00:00.000Z",
"timezoneNext": "CDT"
},
"privacy": {
"fullName": "public",
"avatar": "public"
},
"sendSummaries": true,
"minutesBetweenSummaries": 60,
"minutesBeforeDeadlineToNotify": 1440,
"colorBlind": true,
"locale": "en-AU",
"timezone": "America/Chicago",
"twoFactor": {
"enabled": true,
"needsNewBackups": false
}
},
"trophies": [
"<string>"
],
"uploadedAvatarHash": "dac3ad49ff117829dd63a79bb2ea3426",
"uploadedAvatarUrl": "https://trello-avatars.s3.amazonaws.com/dac3ad49ff117829dd63a79bb2ea3426",
"premiumFeatures": [
"<string>"
],
"isAaMastered": false,
"ixUpdate": 2154,
"idBoardsPinned": [
"5abbe4b7ddc1b351ef961414"
]
}
Update a Member
TrelloID
Requiredstring
string
string
string
string
boolean
string
integer
Success
Member
1
2
3
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"id": "5abbe4b7ddc1b351ef961414",
"activityBlocked": false,
"avatarHash": "fc8faaaee46666a4eb8b626c08933e16",
"avatarUrl": "https://trello-avatars.s3.amazonaws.com/fc8faaaee46666a4eb8b626c08933e16",
"bio": "👋 I'm a developer advocate at Trello!",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Bentley Cook",
"idEnterprise": "5abbe4b7ddc1b351ef961414",
"idEnterprisesDeactivated": [
"<string>"
],
"idMemberReferrer": "5abbe4b7ddc1b351ef961414",
"idPremOrgsAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"initials": "BC",
"memberType": "normal",
"nonPublic": {
"fullName": "Bentley Cook",
"initials": "BC",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b02e7f4e1facdc393169f9d/db2adf80c2e6c26b76e1f10400eb4c45",
"avatarHash": "db2adf80c2e6c26b76e1f10400eb4c45"
},
"nonPublicAvailable": false,
"products": [
2154
],
"url": "https://trello.com/bentleycook",
"username": "bentleycook",
"status": "disconnected",
"aaEmail": "<string>",
"aaEnrolledDate": "<string>",
"aaId": "<string>",
"avatarSource": "gravatar",
"email": "bcook@atlassian.com",
"gravatarHash": "0a1e804f6e35a65ae5e1f7ef4c92471c",
"idBoards": [
"5abbe4b7ddc1b351ef961414"
],
"idOrganizations": [
"5abbe4b7ddc1b351ef961414"
],
"idEnterprisesAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"limits": {
"status": "ok",
"disableAt": 36000,
"warnAt": 32400
},
"loginTypes": [
"password"
],
"marketingOptIn": {
"optedIn": false,
"date": "2018-04-26T17:03:25.155Z"
},
"messagesDismissed": {
"name": "ad-security-features",
"count": "<string>",
"lastDismissed": "2019-03-11T20:19:46.809Z",
"_id": "5abbe4b7ddc1b351ef961414"
},
"oneTimeMessagesDismissed": [
"<string>"
],
"prefs": {
"timezoneInfo": {
"offsetCurrent": 360,
"timezoneCurrent": "CST",
"offsetNext": 300,
"dateNext": "2020-03-08T08:00:00.000Z",
"timezoneNext": "CDT"
},
"privacy": {
"fullName": "public",
"avatar": "public"
},
"sendSummaries": true,
"minutesBetweenSummaries": 60,
"minutesBeforeDeadlineToNotify": 1440,
"colorBlind": true,
"locale": "en-AU",
"timezone": "America/Chicago",
"twoFactor": {
"enabled": true,
"needsNewBackups": false
}
},
"trophies": [
"<string>"
],
"uploadedAvatarHash": "dac3ad49ff117829dd63a79bb2ea3426",
"uploadedAvatarUrl": "https://trello-avatars.s3.amazonaws.com/dac3ad49ff117829dd63a79bb2ea3426",
"premiumFeatures": [
"<string>"
],
"isAaMastered": false,
"ixUpdate": 2154,
"idBoardsPinned": [
"5abbe4b7ddc1b351ef961414"
]
}
Get a particular property of a member
TrelloID
RequiredMemberFields
RequiredSuccess
Member
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/{field}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"id": "5abbe4b7ddc1b351ef961414",
"activityBlocked": false,
"avatarHash": "fc8faaaee46666a4eb8b626c08933e16",
"avatarUrl": "https://trello-avatars.s3.amazonaws.com/fc8faaaee46666a4eb8b626c08933e16",
"bio": "👋 I'm a developer advocate at Trello!",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Bentley Cook",
"idEnterprise": "5abbe4b7ddc1b351ef961414",
"idEnterprisesDeactivated": [
"<string>"
],
"idMemberReferrer": "5abbe4b7ddc1b351ef961414",
"idPremOrgsAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"initials": "BC",
"memberType": "normal",
"nonPublic": {
"fullName": "Bentley Cook",
"initials": "BC",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b02e7f4e1facdc393169f9d/db2adf80c2e6c26b76e1f10400eb4c45",
"avatarHash": "db2adf80c2e6c26b76e1f10400eb4c45"
},
"nonPublicAvailable": false,
"products": [
2154
],
"url": "https://trello.com/bentleycook",
"username": "bentleycook",
"status": "disconnected",
"aaEmail": "<string>",
"aaEnrolledDate": "<string>",
"aaId": "<string>",
"avatarSource": "gravatar",
"email": "bcook@atlassian.com",
"gravatarHash": "0a1e804f6e35a65ae5e1f7ef4c92471c",
"idBoards": [
"5abbe4b7ddc1b351ef961414"
],
"idOrganizations": [
"5abbe4b7ddc1b351ef961414"
],
"idEnterprisesAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"limits": {
"status": "ok",
"disableAt": 36000,
"warnAt": 32400
},
"loginTypes": [
"password"
],
"marketingOptIn": {
"optedIn": false,
"date": "2018-04-26T17:03:25.155Z"
},
"messagesDismissed": {
"name": "ad-security-features",
"count": "<string>",
"lastDismissed": "2019-03-11T20:19:46.809Z",
"_id": "5abbe4b7ddc1b351ef961414"
},
"oneTimeMessagesDismissed": [
"<string>"
],
"prefs": {
"timezoneInfo": {
"offsetCurrent": 360,
"timezoneCurrent": "CST",
"offsetNext": 300,
"dateNext": "2020-03-08T08:00:00.000Z",
"timezoneNext": "CDT"
},
"privacy": {
"fullName": "public",
"avatar": "public"
},
"sendSummaries": true,
"minutesBetweenSummaries": 60,
"minutesBeforeDeadlineToNotify": 1440,
"colorBlind": true,
"locale": "en-AU",
"timezone": "America/Chicago",
"twoFactor": {
"enabled": true,
"needsNewBackups": false
}
},
"trophies": [
"<string>"
],
"uploadedAvatarHash": "dac3ad49ff117829dd63a79bb2ea3426",
"uploadedAvatarUrl": "https://trello-avatars.s3.amazonaws.com/dac3ad49ff117829dd63a79bb2ea3426",
"premiumFeatures": [
"<string>"
],
"isAaMastered": false,
"ixUpdate": 2154,
"idBoardsPinned": [
"5abbe4b7ddc1b351ef961414"
]
}
List the actions for a member
TrelloID
Requiredstring
Success
array<Member>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/actions?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[
{
"id": "5abbe4b7ddc1b351ef961414",
"activityBlocked": false,
"avatarHash": "fc8faaaee46666a4eb8b626c08933e16",
"avatarUrl": "https://trello-avatars.s3.amazonaws.com/fc8faaaee46666a4eb8b626c08933e16",
"bio": "👋 I'm a developer advocate at Trello!",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Bentley Cook",
"idEnterprise": "5abbe4b7ddc1b351ef961414",
"idEnterprisesDeactivated": [
"<string>"
],
"idMemberReferrer": "5abbe4b7ddc1b351ef961414",
"idPremOrgsAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"initials": "BC",
"memberType": "normal",
"nonPublic": {
"fullName": "Bentley Cook",
"initials": "BC",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b02e7f4e1facdc393169f9d/db2adf80c2e6c26b76e1f10400eb4c45",
"avatarHash": "db2adf80c2e6c26b76e1f10400eb4c45"
},
"nonPublicAvailable": false,
"products": [
2154
],
"url": "https://trello.com/bentleycook",
"username": "bentleycook",
"status": "disconnected",
"aaEmail": "<string>",
"aaEnrolledDate": "<string>",
"aaId": "<string>",
"avatarSource": "gravatar",
"email": "bcook@atlassian.com",
"gravatarHash": "0a1e804f6e35a65ae5e1f7ef4c92471c",
"idBoards": [
"5abbe4b7ddc1b351ef961414"
],
"idOrganizations": [
"5abbe4b7ddc1b351ef961414"
],
"idEnterprisesAdmin": [
"5abbe4b7ddc1b351ef961414"
],
"limits": {
"status": "ok",
"disableAt": 36000,
"warnAt": 32400
},
"loginTypes": [
"password"
],
"marketingOptIn": {
"optedIn": false,
"date": "2018-04-26T17:03:25.155Z"
},
"messagesDismissed": {
"name": "ad-security-features",
"count": "<string>",
"lastDismissed": "2019-03-11T20:19:46.809Z",
"_id": "5abbe4b7ddc1b351ef961414"
},
"oneTimeMessagesDismissed": [
"<string>"
],
"prefs": {
"timezoneInfo": {
"offsetCurrent": 360,
"timezoneCurrent": "CST",
"offsetNext": 300,
"dateNext": "2020-03-08T08:00:00.000Z",
"timezoneNext": "CDT"
},
"privacy": {
"fullName": "public",
"avatar": "public"
},
"sendSummaries": true,
"minutesBetweenSummaries": 60,
"minutesBeforeDeadlineToNotify": 1440,
"colorBlind": true,
"locale": "en-AU",
"timezone": "America/Chicago",
"twoFactor": {
"enabled": true,
"needsNewBackups": false
}
},
"trophies": [
"<string>"
],
"uploadedAvatarHash": "dac3ad49ff117829dd63a79bb2ea3426",
"uploadedAvatarUrl": "https://trello-avatars.s3.amazonaws.com/dac3ad49ff117829dd63a79bb2ea3426",
"premiumFeatures": [
"<string>"
],
"isAaMastered": false,
"ixUpdate": 2154,
"idBoardsPinned": [
"5abbe4b7ddc1b351ef961414"
]
}
]
Get a member's custom board backgrounds
TrelloID
Requiredstring
Success
array<BoardBackground>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/boardBackgrounds?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
[
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
Upload a new boardBackground
TrelloID
Requiredstring
RequiredSuccess
array<BoardBackground>
1
2
3
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/boardBackgrounds?file={file}&key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
[
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
Get a member's board background
TrelloID
RequiredTrelloID
Requiredstring
Success
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/boardBackgrounds/{idBackground}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
{
"id": "5abbe4b7ddc1b351ef961414"
}
Update a board background
TrelloID
RequiredTrelloID
Requiredstring
boolean
Success
1
2
3
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}/boardBackgrounds/{idBackground}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
{
"id": "5abbe4b7ddc1b351ef961414"
}
Delete a board background
TrelloID
RequiredTrelloID
RequiredSuccess
1
2
curl --request DELETE \
--url 'https://api.trello.com/1/members/{id}/boardBackgrounds/{idBackground}?key=APIKey&token=APIToken'
List a member's board stars
TrelloID
RequiredSuccess
1
2
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/boardStars?key=APIKey&token=APIToken'
Star a new board on behalf of a Member
oneOf [TrelloID, string]
RequiredTrelloID
RequiredoneOf [string, number]
RequiredSuccess
array<BoardStars>
1
2
3
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/boardStars?idBoard=5abbe4b7ddc1b351ef961414&pos={pos}&key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
[
{
"id": "5abbe4b7ddc1b351ef961414",
"idBoard": "5abbe4b7ddc1b351ef961414",
"pos": 32768
}
]
Get a specific boardStar
TrelloID
RequiredTrelloID
RequiredSuccess
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/boardStars/{idStar}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
{
"id": "5abbe4b7ddc1b351ef961414",
"idBoard": "5abbe4b7ddc1b351ef961414",
"pos": 32768
}
Update the position of a starred board
TrelloID
RequiredTrelloID
RequiredoneOf [string, number]
Success
1
2
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}/boardStars/{idStar}?key=APIKey&token=APIToken'
Unstar a board
TrelloID
RequiredTrelloID
RequiredSuccess
1
2
curl --request DELETE \
--url 'https://api.trello.com/1/members/{id}/boardStars/{idStar}?key=APIKey&token=APIToken'
Lists the boards that the user is a member of.
TrelloID
Requiredstring
BoardFields
string
boolean
OrganizationFields
Success
array<Board>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/boards?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"id": "5abbe4b7ddc1b351ef961414",
"name": "Trello Platform Changes",
"desc": "Track changes to Trello's Platform on this board.",
"descData": "<string>",
"closed": false,
"idMemberCreator": "5abbe4b7ddc1b351ef961414",
"idOrganization": "5abbe4b7ddc1b351ef961414",
"pinned": false,
"url": "https://trello.com/b/dQHqCohZ/trello-platform-changelog",
"shortUrl": "https://trello.com/b/dQHqCohZ",
"prefs": {
"permissionLevel": "org",
"hideVotes": true,
"voting": "disabled",
"comments": "<string>",
"selfJoin": true,
"cardCovers": true,
"isTemplate": true,
"cardAging": "pirate",
"calendarFeedEnabled": true,
"background": "5abbe4b7ddc1b351ef961414",
"backgroundImage": "<string>",
"backgroundImageScaled": [
{}
],
"backgroundTile": true,
"backgroundBrightness": "dark",
"backgroundBottomColor": "#1e2e00",
"backgroundTopColor": "#ffffff",
"canBePublic": true,
"canBeEnterprise": true,
"canBeOrg": true,
"canBePrivate": true,
"canInvite": true
},
"labelNames": {
"green": "Addition",
"yellow": "Update",
"orange": "Deprecation",
"red": "Deletion",
"purple": "Power-Ups",
"blue": "News",
"sky": "Announcement",
"lime": "Delight",
"pink": "REST API",
"black": "Capabilties"
},
"limits": {
"attachments": {
"perBoard": {}
}
},
"starred": true,
"memberships": "<string>",
"shortLink": "<string>",
"subscribed": true,
"powerUps": "<string>",
"dateLastActivity": "<string>",
"dateLastView": "<string>",
"idTags": "<string>",
"datePluginDisable": "<string>",
"creationMethod": "<string>",
"ixUpdate": 2154,
"templateGallery": "<string>",
"enterpriseOwned": true
}
]
Get the boards the member has been invited to
TrelloID
RequiredBoardFields
Success
array<Board>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/boardsInvited?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"id": "5abbe4b7ddc1b351ef961414",
"name": "Trello Platform Changes",
"desc": "Track changes to Trello's Platform on this board.",
"descData": "<string>",
"closed": false,
"idMemberCreator": "5abbe4b7ddc1b351ef961414",
"idOrganization": "5abbe4b7ddc1b351ef961414",
"pinned": false,
"url": "https://trello.com/b/dQHqCohZ/trello-platform-changelog",
"shortUrl": "https://trello.com/b/dQHqCohZ",
"prefs": {
"permissionLevel": "org",
"hideVotes": true,
"voting": "disabled",
"comments": "<string>",
"selfJoin": true,
"cardCovers": true,
"isTemplate": true,
"cardAging": "pirate",
"calendarFeedEnabled": true,
"background": "5abbe4b7ddc1b351ef961414",
"backgroundImage": "<string>",
"backgroundImageScaled": [
{}
],
"backgroundTile": true,
"backgroundBrightness": "dark",
"backgroundBottomColor": "#1e2e00",
"backgroundTopColor": "#ffffff",
"canBePublic": true,
"canBeEnterprise": true,
"canBeOrg": true,
"canBePrivate": true,
"canInvite": true
},
"labelNames": {
"green": "Addition",
"yellow": "Update",
"orange": "Deprecation",
"red": "Deletion",
"purple": "Power-Ups",
"blue": "News",
"sky": "Announcement",
"lime": "Delight",
"pink": "REST API",
"black": "Capabilties"
},
"limits": {
"attachments": {
"perBoard": {}
}
},
"starred": true,
"memberships": "<string>",
"shortLink": "<string>",
"subscribed": true,
"powerUps": "<string>",
"dateLastActivity": "<string>",
"dateLastView": "<string>",
"idTags": "<string>",
"datePluginDisable": "<string>",
"creationMethod": "<string>",
"ixUpdate": 2154,
"templateGallery": "<string>",
"enterpriseOwned": true
}
]
Gets the cards a member is on
TrelloID
Requiredstring
Success
array<Card>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/cards?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"id": "5abbe4b7ddc1b351ef961414",
"address": "<string>",
"badges": {
"attachmentsByType": {
"trello": {
"board": 2154,
"card": 2154
}
},
"location": true,
"votes": 2154,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "<string>",
"checkItems": 0,
"checkItemsChecked": 0,
"comments": 0,
"attachments": 0,
"description": true,
"due": "<string>",
"start": "<string>",
"dueComplete": true
},
"checkItemStates": [
"<string>"
],
"closed": true,
"coordinates": "<string>",
"creationMethod": "<string>",
"dateLastActivity": "2019-09-16T16:19:17.156Z",
"desc": "👋Hey there,\n\nTrello's Platform team uses this board to keep developers up-to-date.",
"descData": {
"emoji": {}
},
"due": "<string>",
"dueReminder": "<string>",
"idBoard": "5abbe4b7ddc1b351ef961414",
"idChecklists": [
{
"id": "5abbe4b7ddc1b351ef961414"
}
],
"idLabels": [
{
"id": "5abbe4b7ddc1b351ef961414",
"idBoard": "5abbe4b7ddc1b351ef961414",
"name": "Overdue",
"color": "yellow"
}
],
"idList": "5abbe4b7ddc1b351ef961414",
"idMembers": [
"5abbe4b7ddc1b351ef961414"
],
"idMembersVoted": [
"5abbe4b7ddc1b351ef961414"
],
"idShort": 2154,
"labels": [
"5abbe4b7ddc1b351ef961414"
],
"limits": {
"attachments": {
"perBoard": {}
}
},
"locationName": "<string>",
"manualCoverAttachment": false,
"name": "👋 What? Why? How?",
"pos": 65535,
"shortLink": "H0TZyzbK",
"shortUrl": "https://trello.com/c/H0TZyzbK",
"subscribed": false,
"url": "https://trello.com/c/H0TZyzbK/4-%F0%9F%91%8B-what-why-how",
"cover": {
"color": "yellow",
"idUploadedBackground": true,
"size": "normal",
"brightness": "light",
"isTemplate": false
}
}
]
Get a member's custom board backgrounds
TrelloID
RequiredSuccess
array<BoardBackground>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/customBoardBackgrounds?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
[
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
Upload a new custom board background
TrelloID
Requiredstring
RequiredSuccess
1
2
3
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/customBoardBackgrounds?file={file}&key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
{
"id": "5abbe4b7ddc1b351ef961414"
}
Get a specific custom board background
oneOf [TrelloID, string]
RequiredTrelloID
RequiredSuccess
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/customBoardBackgrounds/{idBackground}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
{
"id": "5abbe4b7ddc1b351ef961414"
}
Update a specific custom board background
oneOf [TrelloID, string]
RequiredTrelloID
Requiredstring
boolean
Success
1
2
3
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}/customBoardBackgrounds/{idBackground}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
{
"id": "5abbe4b7ddc1b351ef961414"
}
Delete a specific custom board background
oneOf [TrelloID, string]
RequiredTrelloID
RequiredSuccess
1
2
curl --request DELETE \
--url 'https://api.trello.com/1/members/{id}/customBoardBackgrounds/{idBackground}?key=APIKey&token=APIToken'
Get a Member's uploaded custom Emojis
TrelloID
RequiredSuccess
array<CustomEmoji>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/customEmoji?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
[
{
"id": "5abbe4b7ddc1b351ef961414",
"url": "https://trello-emoji.s3.amazonaws.com/5589c3ea49b40cedc28cf70e/b40d9925f4e75495104b5e560881d8e4/chorizo.png",
"name": "chorizo"
}
]
Create a new custom Emoji
TrelloID
Requiredstring
Requiredstring
RequiredSuccess
1
2
3
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/customEmoji?file={file}&name={name}&key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
{
"id": "5abbe4b7ddc1b351ef961414",
"url": "https://trello-emoji.s3.amazonaws.com/5589c3ea49b40cedc28cf70e/b40d9925f4e75495104b5e560881d8e4/chorizo.png",
"name": "chorizo"
}
Get a Member's custom Emoji
TrelloID
RequiredTrelloID
Requiredstring
Success
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/customEmoji/{idEmoji}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
{
"id": "5abbe4b7ddc1b351ef961414",
"url": "https://trello-emoji.s3.amazonaws.com/5589c3ea49b40cedc28cf70e/b40d9925f4e75495104b5e560881d8e4/chorizo.png",
"name": "chorizo"
}
Get a Member's uploaded stickers
TrelloID
RequiredSuccess
array<CustomSticker>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/customStickers?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
[
{
"id": "5abbe4b7ddc1b351ef961414",
"url": "<string>",
"scaled": [
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
}
]
Upload a new custom sticker
TrelloID
Requiredstring
RequiredSuccess
1
2
3
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/customStickers?file={file}&key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
{
"id": "5abbe4b7ddc1b351ef961414",
"url": "<string>",
"scaled": [
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
}
Get a Member's custom Sticker
TrelloID
RequiredTrelloID
Requiredstring
Success
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/customStickers/{idSticker}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
{
"id": "5abbe4b7ddc1b351ef961414",
"url": "<string>",
"scaled": [
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
}
Delete a Member's custom Sticker
TrelloID
RequiredTrelloID
RequiredSuccess
1
2
curl --request DELETE \
--url 'https://api.trello.com/1/members/{id}/customStickers/{idSticker}?key=APIKey&token=APIToken'
Get a member's notifications
TrelloID
Requiredboolean
boolean
string
string
string
integer
integer
string
string
boolean
Success
array<Notification>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/notifications?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[
{
"id": "5dc591ac425f2a223aba0a8e",
"unread": true,
"type": "cardDueSoon",
"date": "2019-11-08T16:02:52.763Z",
"dateRead": "<string>",
"data": "<string>",
"card": {
"id": "5abbe4b7ddc1b351ef961414",
"address": "<string>",
"badges": {
"attachmentsByType": {
"trello": {
"board": 2154,
"card": 2154
}
},
"location": true,
"votes": 2154,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "<string>",
"checkItems": 0,
"checkItemsChecked": 0,
"comments": 0,
"attachments": 0,
"description": true,
"due": "<string>",
"start": "<string>",
"dueComplete": true
},
"checkItemStates": [
"<string>"
],
"closed": true,
"coordinates": "<string>",
"creationMethod": "<string>",
"dateLastActivity": "2019-09-16T16:19:17.156Z",
"desc": "👋Hey there,\n\nTrello's Platform team uses this board to keep developers up-to-date.",
"descData": {
"emoji": {}
},
"due": "<string>",
"dueReminder": "<string>",
"idBoard": "5abbe4b7ddc1b351ef961414",
"idChecklists": [
{
"id": "5abbe4b7ddc1b351ef961414"
}
],
"idLabels": [
{
"id": "5abbe4b7ddc1b351ef961414",
"idBoard": "5abbe4b7ddc1b351ef961414",
"name": "Overdue",
"color": "yellow"
}
],
"idList": "5abbe4b7ddc1b351ef961414",
"idMembers": [
"5abbe4b7ddc1b351ef961414"
],
"idMembersVoted": [
"5abbe4b7ddc1b351ef961414"
],
"idShort": 2154,
"labels": [
"5abbe4b7ddc1b351ef961414"
],
"limits": {},
"locationName": "<string>",
"manualCoverAttachment": false,
"name": "👋 What? Why? How?",
"pos": 65535,
"shortLink": "H0TZyzbK",
"shortUrl": "https://trello.com/c/H0TZyzbK",
"subscribed": false,
"url": "https://trello.com/c/H0TZyzbK/4-%F0%9F%91%8B-what-why-how",
"cover": {
"color": "yellow",
"idUploadedBackground": true,
"size": "normal",
"brightness": "light",
"isTemplate": false
}
},
"board": {
"id": "5abbe4b7ddc1b351ef961414",
"name": "Trello Platform Changes",
"desc": "Track changes to Trello's Platform on this board.",
"descData": "<string>",
"closed": false,
"idMemberCreator": "5abbe4b7ddc1b351ef961414",
"idOrganization": "5abbe4b7ddc1b351ef961414",
"pinned": false,
"url": "https://trello.com/b/dQHqCohZ/trello-platform-changelog",
"shortUrl": "https://trello.com/b/dQHqCohZ",
"prefs": {},
"labelNames": {
"green": "Addition",
"yellow": "Update",
"orange": "Deprecation",
"red": "Deletion",
"purple": "Power-Ups",
"blue": "News",
"sky": "Announcement",
"lime": "Delight",
"pink": "REST API",
"black": "Capabilties"
},
"limits": {},
"starred": true,
"memberships": "<string>",
"shortLink": "<string>",
"subscribed": true,
"powerUps": "<string>",
"dateLastActivity": "<string>",
"dateLastView": "<string>",
"idTags": "<string>",
"datePluginDisable": "<string>",
"creationMethod": "<string>",
"ixUpdate": 2154,
"templateGallery": "<string>",
"enterpriseOwned": true
},
"idMemberCreator": "5abbe4b7ddc1b351ef961414",
"idAction": "5abbe4b7ddc1b351ef961414",
"reactions": []
}
]
Get a member's Workspaces
TrelloID
Requiredstring
OrganizationFields
boolean
Success
array<Organization>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/organizations?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
[
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
Get a member's Workspaces they have been invited to
TrelloID
RequiredOrganizationFields
Success
array<Organization>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/organizationsInvited?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
[
{
"id": "5abbe4b7ddc1b351ef961414"
}
]
List the saved searches of a Member
TrelloID
RequiredSuccess
array<SavedSearch>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/savedSearches?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
[
{
"id": "5abbe4b7ddc1b351ef961414",
"name": "My Cards",
"query": "@me",
"pos": "top"
}
]
Create a saved search
TrelloID
Requiredstring
Requiredstring
RequiredoneOf [string, number]
RequiredSuccess
1
2
3
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/savedSearches?name={name}&query={query}&pos={pos}&key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
{
"id": "5abbe4b7ddc1b351ef961414",
"name": "My Cards",
"query": "@me",
"pos": "top"
}
Get a saved search
string
Requiredstring
RequiredSuccess
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/savedSearches/{idSearch}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
{
"id": "5abbe4b7ddc1b351ef961414",
"name": "My Cards",
"query": "@me",
"pos": "top"
}
Update a saved search
string
Requiredstring
Requiredstring
string
string
Success
1
2
3
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}/savedSearches/{idSearch}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
{
"id": "5abbe4b7ddc1b351ef961414",
"name": "My Cards",
"query": "@me",
"pos": "top"
}
Delete a saved search
string
Requiredstring
RequiredSuccess
1
2
curl --request DELETE \
--url 'https://api.trello.com/1/members/{id}/savedSearches/{idSearch}?key=APIKey&token=APIToken'
List a members app tokens
TrelloID
Requiredboolean
Success
array<Token>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/tokens?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{
"id": "5abbe4b7ddc1b351ef961414",
"identifier": "App Name",
"idMember": "5abbe4b7ddc1b351ef961414",
"dateCreated": "2019-10-16T14:27:17.304Z",
"dateExpires": "<string>",
"permissions": [
{
"idModel": "5abbe4b7ddc1b351ef961414",
"modelType": "board",
"read": true,
"write": true
}
]
}
]
Create a new avatar for a member
string
Requiredstring
RequiredSuccess
1
2
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/avatar?file={file}&key=APIKey&token=APIToken'
Dismiss a message
TrelloID
RequiredTrelloID
RequiredSuccess
1
2
curl --request POST \
--url 'https://api.trello.com/1/members/{id}/oneTimeMessagesDismissed?value=5abbe4b7ddc1b351ef961414&key=APIKey&token=APIToken'
Get a member's notification channel settings
oneOf [TrelloID, string]
RequiredSuccess
array<NotificationChannelSettings>
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/notificationsChannelSettings?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
[
{
"id": "5dc591ac425f2a223aba0a8e",
"idMember": "5abbe4b7ddc1b351ef961414",
"blockedKeys": [
"notification_comment_card"
],
"channel": "email"
}
]
Update blocked notification keys of Member on a specific channel
oneOf [TrelloID, string]
RequiredChannel
RequiredoneOf [BlockedKey, array<BlockedKey>]
RequiredSuccess
1
2
3
4
5
6
7
8
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}/notificationsChannelSettings?key=APIKey&token=APIToken' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"channel": "email",
"blockedKeys": "notification_comment_card"
}'
1
2
3
4
5
6
7
8
{
"id": "5dc591ac425f2a223aba0a8e",
"idMember": "5abbe4b7ddc1b351ef961414",
"blockedKeys": [
"notification_comment_card"
],
"channel": "email"
}
Get blocked notification keys of Member on a specific channel
oneOf [TrelloID, string]
RequiredChannel
RequiredSuccess
1
2
3
curl --request GET \
--url 'https://api.trello.com/1/members/{id}/notificationsChannelSettings/{channel}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
{
"id": "5dc591ac425f2a223aba0a8e",
"idMember": "5abbe4b7ddc1b351ef961414",
"blockedKeys": [
"notification_comment_card"
],
"channel": "email"
}
Update blocked notification keys of Member on a specific channel
oneOf [TrelloID, string]
RequiredChannel
RequiredoneOf [BlockedKey, array<BlockedKey>]
RequiredSuccess
1
2
3
4
5
6
7
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}/notificationsChannelSettings/{channel}?key=APIKey&token=APIToken' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"blockedKeys": "notification_comment_card"
}'
1
2
3
4
5
6
7
8
{
"id": "5dc591ac425f2a223aba0a8e",
"idMember": "5abbe4b7ddc1b351ef961414",
"blockedKeys": [
"notification_comment_card"
],
"channel": "email"
}
Update blocked notification keys of Member on a specific channel
oneOf [TrelloID, string]
RequiredChannel
RequiredBlockedKey
RequiredSuccess
1
2
3
curl --request PUT \
--url 'https://api.trello.com/1/members/{id}/notificationsChannelSettings/{channel}/{blockedKeys}?key=APIKey&token=APIToken' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
{
"id": "5dc591ac425f2a223aba0a8e",
"idMember": "5abbe4b7ddc1b351ef961414",
"blockedKeys": [
"notification_comment_card"
],
"channel": "email"
}
Rate this page: