You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I would like to use this API https://developer.atlassian.com/cloud/admin/user-provisioning/rest/#about BUT I am blocked because I don't know how to get the Directory ID.
P.S. It would be nice to add a SCIM tag to posts.
--
Here is some background/context:
I have a personal sandbox org and my user has site admin rights.
I am trying to makes calls following the guides here: https://developer.atlassian.com/cloud/admin/user-provisioning/rest/#about
I have access to an admin user account on a sandbox environment. I am able to successfully authenticate myself, but now need help finding the directory ID in order to make successful calls.
One example endpoint I would like to hit is this:
var options = {
method: 'GET',
url: 'https://api.atlassian.com/scim/directory/{directoryId}/Users/{userId}?attributes={attributes}',
headers: {
'Authorization': 'Bearer ',
'Accept': 'application/json'
}
};
I also looked at the steps described here https://developer.atlassian.com/cloud/admin/user-provisioning/swagger.v3.json
Go to [admin.atlassian.com](https://admin.atlassian.com/) and click your organization.
2. Click **Directory**, then click **User provisioning**.
3. Click the **Directory** tab, then click the **Regenerate API key** button.
4. Click **Regenerate key**.
5. Copy the organization ID and the API key to a safe place. Once you close the API key information screen, we won't show you this information again.
6. Click **Done**."
After step 1, when logged into my environment, I am unable to find the "Directory" or "User provisioning" tabs. Instead I directly land on user management:
Hi @Jared Praino ,
As the first step of the quoted documentation says, in order to see the Directory tab you need to select an organization:
Go to https://admin.atlassian.com/ and click your organization.
Now, it can be the case that you don't have any organization configured and that's why you are sent straight to the User Management of your instance instead. In this case, please review below links for more details on Organizations and how to setup one:
Let me know if this helps.
Cheers,
Dario
the question was not answered, where can the directoryId be found?
thx,
E
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ernest Micklei ,
Please notice that the previous question was correctly replied since it was explicitly asking for how to get to Directory > User Provisioning tabs in admin.atlassian.com:
After step 1, when logged into my environment, I am unable to find the "Directory" or "User provisioning" tabs. Instead I directly land on user management.
Indeed, the Directory ID is the one you actually create from Directory > User Provisioning tab in admin.atlassian.com. See below screenshots for details:

Once the directory has been created. The Direcrory ID is still visible under Directory > User Provisioning tab in admin.atlassian.com:
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.
The latest version has no this screen to show the directory id.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also have this problem, where the existing solution does not work. I do not understand why there is no API to retrieve the directory ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Your could try following URL replacing OrgID with your Organization ID:
https://admin.atlassian.com/gateway/api/adminhub/external-directory/manage-directory?orgId=OrgID
Best regards
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.