...
a search interaction will be added to the Organization resource to allow a System User to retrieve [[Team]]'s that are partOf an [[Organisation]]. The use case for this will be to support the$invite-team-member and$deactivate-team-member operations.
Endpoints
Interaction | HTTP | URL | Supported Parameters | Permitted User Types | Description |
GET | /Organization/ | name <optional>, partOf <mandatory> |
| Return [[Team]]'s that are partOf [[Organisation]] name can be optionally included to find a specific [[Team]] by a portion of that teams name. Returns a searchset bundle of Organization resources
|
...