I am trying to make an API call just as per this: https://developer.atlassian.com/cloud/admin/user-management/rest/api-group-lifecycle/#api-users-account-id-manage-lifecycle-disable-post
My URL: https://myCompany.atlassian.net/users/user-id-of-the-user/manage/lifecycle/disable
But I get a 404 with the following message:
"Oops, you've found a dead link."
Hi @akash.chakraborty ,
The User Management API's are not specific to your Atlassian.net site but are actually served at: https://api.atlassian.com/users/<resource-name>.
More information is explained in the docs here: https://developer.atlassian.com/cloud/admin/user-management/rest/intro/#about.
Another common gotcha is that you need to use a specific User Management API token for these requests: https://support.atlassian.com/organization-administration/docs/manage-an-organization-with-the-admin-apis/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.