Thanks for reaching out on Microsoft Q&A!
This looks like a query on the SCIM API, where you need to specify what you're doing at which point in what way. In other words: you need to specify the operation (what way) together with the path (what) and a new value. So in this case it would be:
- op: replace
- path: active
- value: false
That way you're replacing the value of the field 'active' with 'false', turning the user into a disabled state.
Please click 'Accept answer' if you found this helpful. Feel free to drop additional queries in the columns below!
Kind regards,
Sonny