Creating a Return to Service Configuration

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

The following instructions describe how to create a Return to Service configuration in the Jamf Pro API.

Requirements
The following Jamf Pro Server Actions privileges:
  • Delete Return to Service Configurations

  • Edit Return to Service Configurations

  • View Return to Service Configurations

  1. In the Jamf Pro API, click return-to-service to view its endpoints.
  2. Click the POST /v1/return-to-service endpoint.
  3. Click Try It Out.
    The following is displayed:
    {
      "displayName": "displayName",
      "wifiProfileId": "1"
    }
  4. Replace the wifiProfileId with the ID you obtained from the mobile device configuration profile you previously created.
  5. Replace the displayName with the display name for your Return to Service configuration.
  6. Click Execute.

You now have a Return to Service configuration that can be used with a Return to Service workflow.