Hi Atlassian Community,
We’re excited to announce some new user and group management APIs available today to improve your organization administration experience.
Users:
Get the list of users in an organization
GET /v2/orgs/{orgId}/directories/{directoryId}/users
Get stats about types of users in an organization (e.g. number of admins, active users etc)
GET /v2/orgs/{orgId}/directories/{directoryId}/users/stats
Get all roles assigned to a user
GET /v2/orgs/{orgId}/directories/{directoryId}/users/{userId}/role-assignments
Groups:
Get the list of groups in an organization
GET /v2/orgs/{orgId}/directories/{directoryId}/groups
Get stats about the types of groups in an organization (e.g. number of IdP-synced groups)
GET /v2/orgs/{orgId}/directories/{directoryId}/groups/stats
Get information about a specific group (e.g. how many users are in the group, whether it is managed via an IdP)
GET /v2/orgs/{orgId}/directories/{directoryId}/groups/{groupId}
Get all roles assigned to a group
GET /v2/orgs/{orgId}/directories/{directoryId}/groups/{groupId}/role-assignments
These APIs are available to all customers, regardless of whether you have the centralized user management experience or original user management experience, and will eventually replace our existing APIs including:
GET /v1/orgs/{orgId}/users
POST /v1/orgs/{orgId}/users/search
POST /v1/orgs/{orgId}/groups/search
For more information about these APIs, check out our docs.
You’ll notice that directoryId is a required parameter. If you have only 1 directory in your organization (e.g. if you have the centralized user management experience) or want to retrieve information across all of your organization's directories, you can use the special character -.
For those with the original user management experience, and have more than one directory, we’ll be releasing another API shortly to allow you to get the directoryId for directories in your org that you have permission to manage. This will give you the flexibility to get user or group information across your entire organization, or for a specific directory only.
These APIs are the first step towards new and improved organizations APIs for managing your users and groups. We’ll continue to update you as new APIs become available (including assigning product roles, updating group memberships etc), giving you more power to automate your admin workflows.
If you have any feedback about these new APIs, please leave a comment below and I’ll get back to you!
Cheers,
Aneita
Admin Experience Product Manager
Aneita
Senior Product Manager, Atlassian Access
7 accepted answers
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.
19 comments