Wix2023
Wix2023

Reputation: 1

Restart SCIM Provisioning Job via Logic App

We have scim provisioning setup within a enterprise app. However we're currently having to run a scheduled task to restart it.

We want to create a logic app to do it for us at a set time. Any tips on this would be appreciated.

We have tried the following:

POST /servicePrincipals/{servicePrincipalId}/synchronization/jobs/{jobId}/restart

We have a service principal setup with a client secret for access.

Upvotes: 0

Views: 219

Answers (1)

RithwikBojja
RithwikBojja

Reputation: 11411

Restart SCIM Provisioning Job via Logic App

You can firstly set a recurrence trigger as below:

enter image description here

Then you can add the http action:

enter image description here

Fill all the detailers (herders ,tokens) and post the url. By this way you can do your requirement.

Upvotes: 0

Related Questions