provider Organizations GET /organizations
@utdk/itglue /organizations
List organizations
filter[id] query
integer
filter[name] query
Exact match where supported by IT Glue.
string
page[number] query
integer
page[size] query
integer
sort query
Comma separated sort fields; prefix with - for descending.
string

Try it

Authentication
Configure credentials for IT Glue / MyGlue API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listorganizations
GET/organizations

Exact match where supported by IT Glue.

Comma separated sort fields; prefix with - for descending.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import itglue from '@utdk/itglue';

await itglue.listorganizations()