GET /v1/cloud-information
GET /v1/cloud-informationTags: cloud-information
Response 200 — Properties added
200 — Properties added| Property | Type | Description |
|---|---|---|
fedRampInstance | boolean | Information whether this instance is a FedRAMP instance |
fipsEnabled | boolean | Information whether this instance has FIPS enabled |
highComplianceInstance | boolean | Information whether this instance is a High Compliance instance |
GET /v1/groups
GET /v1/groupsTags: groups
Parameter changed: filter (query)
filter (query)The filter parameter description was updated to add support for a new filterable field groupPlatformId. The supported operators for this field are =in= (match any in list) and =out= (exclude all in list).
New example:
filter=groupPlatformId=in=('uuid1','uuid2','uuid3')
GET /v1/jamf-remote-assist/session
GET /v1/jamf-remote-assist/sessionTags: jamf-remote-assist
Response added
| Status Code | Description |
|---|---|
404 | Jamf Remote Assist is not available on this instance. |
GET /v1/jamf-remote-assist/session/{id}
GET /v1/jamf-remote-assist/session/{id}Tags: jamf-remote-assist
Response description changed: 404
404- Before: Session with given id does not exist
- After: Session history item not found. This may occur when the session with the given id does not exist, or when Jamf Remote Assist is not available on this instance.
GET /v1/login-customization
GET /v1/login-customizationTags: login-customization
Response 200 — Properties added
200 — Properties added| Property | Type |
|---|---|
fedRampInstance | boolean |
highComplianceInstance | boolean |
GET /v2/jamf-remote-assist/session
GET /v2/jamf-remote-assist/sessionTags: jamf-remote-assist
Response added
| Status Code | Description |
|---|---|
404 | Jamf Remote Assist is not available on this instance. |
POST /v2/jamf-remote-assist/session/export
POST /v2/jamf-remote-assist/session/exportTags: jamf-remote-assist
Response added
| Status Code | Description |
|---|---|
404 | Jamf Remote Assist is not available on this instance. |
GET /v2/jamf-remote-assist/session/{id}
GET /v2/jamf-remote-assist/session/{id}Tags: jamf-remote-assist
Response description changed: 404
404- Before: Session with given id does not exist
- After: Session history item not found. This may occur when the session with the given id does not exist, or when Jamf Remote Assist is not available on this instance.
PATCH /v2/mobile-devices/{id}
PATCH /v2/mobile-devices/{id}Tags: mobile-devices
Response 200 — Property type changed
200 — Property type changed| Property | Old Type | New Type |
|---|---|---|
site | V1Site | V1SiteBase |
The site property in the response now references the new V1SiteBase schema (containing only id and name) instead of the full V1Site schema.
POST /v3/sso/disable
POST /v3/sso/disableTags: sso-settings
Response added
| Status Code | Description |
|---|---|
409 | SSO cannot be disabled due to existing dependencies to it. This might happen if there are enrollment customizations depending on it or if SSO is the only authentication method available for the users. |