Hi,
I'm trying to use the jira cloud server management api. But it keeps giving me this error. Error is the same for my own account id too. I want to update status of jira cloud user and I have organization admin permission.
Below is the rest call I use:
curl --request POST --url 'https://api.atlassian.com/users/<user id>/manage/lifecycle/disable' --header 'Authorization: Bearer <apikey>' --header 'Content-Type: application/json' --data '{"message": "On 6-month suspension"}'