Are there any APIs to bulk update email addresses in jira cloud, Note: currently there is no SSO implemented, so no Idp, old and new emails from bulk update are verified domains as well.
@ak r You can update the email address of a managed user using the following User Management API endpoint:
Manage User Email API Endpoint
PUT /users/{account_id}/manage/email
Please note that this endpoint works only for managed Atlassian accounts. The user must belong to a domain that has been verified by your organization, and their account must be claimed through the Organization Directory.
You can learn more about managed users in the official documentation.
How do i get this email.set privilege, also the documentation says to use Bearer Access token, does this also work with API token? @Akash Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@ak r You need an Organization Admin API key to authenticate and authorize these requests. Please refer to this article for instructions on how to generate one.
A personal API token will not work for these endpoints, as API tokens are only valid for standard REST APIs. The Organization Admin API key is specifically required for Organization Admin and User-management APIs.
If you’re not an Organization Admin, you’ll need to contact someone who is and ask them to create the API key for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.