Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 598 Bytes

Organizations.md

File metadata and controls

23 lines (18 loc) · 598 Bytes

Trello Member Organizations API

Get organizations related to a given member

$api->members()->organizations()->all(string $id, array $params)

Filter organizations related to a given member

$api->members()->organizations()->filter(string $id, string|array $filter)

Get organizations a given member is invited to

$api->members()->organizations()->invitedTo(string $id, array $params)

Get a field of an organization a given member is invited to

$api->members()->organizations()->invitedToField(string $id, $field)