IT Glue integration (Productivity, Developer Tools). Imported from open-connector.
https://api.itglue.com/organizations
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-based IT Glue page number. |
| pageSize | integer | optional | The number of records to return. IT Glue allows 1 through 1000. |
| sort | string | optional | The organization sort field. |
| include | array | optional | Safe organization relationships to include. Attachment payloads are intentional… |
| name | string | optional | Filter organizations by name. |
| organizationTypeId | integer | optional | Filter organizations by IT Glue organization type ID. |
| organizationStatusId | integer | optional | Filter organizations by IT Glue organization status ID. |
| primary | boolean | optional | Filter organizations by primary status. |
| createdAtRange | string | optional | An IT Glue date range string such as 2026-01-01,2026-01-07 or *,2026-01-07. |
| updatedAtRange | string | optional | An IT Glue date range string such as 2026-01-01,2026-01-07 or *,2026-01-07. |
/organizations/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The IT Glue numeric resource ID. |
| include | array | optional | Safe organization relationships to include. Attachment payloads are intentional… |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-based IT Glue page number. |
| pageSize | integer | optional | The number of records to return. IT Glue allows 1 through 1000. |
| sort | string | optional | The user sort field. |
| name | string | optional | Filter users by name. |
| string | optional | Filter users by email. | |
| roleName | string | optional | Filter users by role name. |
/users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The IT Glue numeric resource ID. |
/configurations
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-based IT Glue page number. |
| pageSize | integer | optional | The number of records to return. IT Glue allows 1 through 1000. |
| organizationId | integer | optional | The IT Glue organization ID. |
| sort | string | optional | The configuration sort field. |
| include | array | optional | Safe configuration relationships to include. Passwords, attachments, and ticket… |
| name | string | optional | Filter configurations by name. |
| serialNumber | string | optional | Filter configurations by serial number. |
| assetTag | string | optional | Filter configurations by asset tag. |
| configurationTypeId | integer | optional | Filter configurations by IT Glue configuration type ID. |
| configurationStatusId | integer | optional | Filter configurations by IT Glue configuration status ID. |
| archived | boolean | optional | Filter configurations by archived status. |
/organizations/{organizationId}/relationships/configurations/{configurationId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The IT Glue numeric resource ID. |
| organizationId | integer | required | The IT Glue organization ID. |
| include | array | optional | Safe configuration relationships to include. Passwords, attachments, and ticket… |
| configurationId | string | required | Path parameter: configurationId |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-based IT Glue page number. |
| pageSize | integer | optional | The number of records to return. IT Glue allows 1 through 1000. |
| organizationId | integer | optional | The IT Glue organization ID. |
| sort | string | optional | The contact sort field. |
| include | array | optional | Safe contact relationships to include. Passwords, attachments, and tickets are … |
| firstName | string | optional | Filter contacts by first name. |
| lastName | string | optional | Filter contacts by last name. |
| title | string | optional | Filter contacts by title. |
| contactTypeId | integer | optional | Filter contacts by IT Glue contact type ID. |
| important | boolean | optional | Filter contacts by important status. |
| primaryEmail | string | optional | Filter contacts by primary email. |
/organizations/{organizationId}/relationships/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The IT Glue numeric resource ID. |
| organizationId | integer | required | The IT Glue organization ID. |
| include | array | optional | Safe contact relationships to include. Passwords, attachments, and tickets are … |
| contactId | string | required | Path parameter: contactId |