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/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.