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
listorganizations
GET/organizations

Exact match where supported by IT Glue.

Comma separated sort fields; prefix with - for descending.

Configure credentials above to enable sending.

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

TypeScript

import itglue from '@utdk/itglue';

await itglue.listorganizations()