How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Atlassian Users API

Manage users within an organization.

Atlassian Users API is one of 183 APIs that Atlassian publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 17 JSON Schema definitions.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 17 JSON Schemas.

This API exposes 37 operations across 32 paths, and defines 78 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 4 base URLs: https://api.atlassian.com, https://api.bitbucket.org/2.0, //your-domain.atlassian.net, https://your-domain.atlassian.net.

37 operations 32 paths 78 schemas 3 DELETE25 GET8 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Servers
https://api.atlassian.com
https://api.bitbucket.org/2.0
//your-domain.atlassian.net
https://your-domain.atlassian.net
Authentication
HTTP Bearer, OAuth 2.0, HTTP Basic, API Key, HTTP Basic, OAuth 2.0, OAuth 2.0
Resource Areas
1

Authentication & Security 7

Atlassian Users API declares 7 security schemes for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 7 scopes. It accepts HTTP basic authentication (basic). An API key is passed in the header as Authorization (api_key). It accepts HTTP basic authentication (basicAuth). It supports OAuth 2.0 (oAuthDefinitions) using the authorizationCode flow, exposing 73 scopes. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 183 scopes.

  • bearerAuth — Use an Atlassian API key as a Bearer token. Create API keys at https://admin.atlassian.com.
  • oauth2 — OAuth 2.0 authorization for Atlassian Cloud APIs.
  • basic — Basic HTTP Authentication as per [RFC-2617](https://tools.ietf.org/html/rfc2617) (Digest not supported). Note that Basic Auth is available only with username a…
  • api_key — API Keys can be used as Basic HTTP Authentication credentials and provide a substitute for the account's actual username and password. API Keys are only availa…
  • basicAuth — You can access this resource via basic auth.
  • oAuthDefinitions — This API uses OAuth 2 with the authorizationCode grant flow.
  • OAuth2 — OAuth2 scopes for Jira

Paths & Operations 37

Across 32 paths, the API surfaces 37 operations — 3 DELETE, 25 GET, 8 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Users 37

Manage users within an organization.

GET
/v1/orgs/{orgId}/users
Atlassian Get Managed Accounts
getOrganizationUsers 2 params → 200400401404429500
GET
/v2/orgs/{orgId}/directories/{directoryId}/users
Atlassian Get Users in Directory
getDirectoryUsers 3 params → 200400401404429
GET
/v2/orgs/{orgId}/directories/{directoryId}/users/{accountId}
Atlassian Get User in Directory
getDirectoryUser 3 params → 200401404429
DELETE
/v2/orgs/{orgId}/directories/{directoryId}/users/{accountId}
Atlassian Remove User From Directory
removeDirectoryUser 3 params → 204401404429
GET
/v2/orgs/{orgId}/directories/{directoryId}/users/count
Atlassian Get Directory User Count
getDirectoryUserCount 2 params → 200401404429
POST
/v2/orgs/{orgId}/users/invite
Atlassian Invite Users to Organization
inviteUsers 1 param body → 200400401404429
POST
/v2/orgs/{orgId}/directories/{directoryId}/users/{accountId}/suspend
Atlassian Suspend User Access
suspendUser 3 params → 204401404429
POST
/v2/orgs/{orgId}/directories/{directoryId}/users/{accountId}/restore
Atlassian Restore User Access
restoreUser 3 params → 204401404429
POST
/v1/orgs/{orgId}/users/{userId}/roles/assign
Atlassian Grant User Product Access
grantUserAccess 2 params body → 200400401404429
POST
/v1/orgs/{orgId}/users/{userId}/roles/revoke
Atlassian Revoke User Product Access
revokeUserAccess 2 params body → 200400401404429
GET
/v2/orgs/{orgId}/directories/{directoryId}/users/{accountId}/role-assignments
Atlassian List User Role Assignments
getUserRoleAssignments 3 params → 200401404429
POST
/v1/orgs/{orgId}/users/{userId}/role-assignments/assign
Atlassian Assign Organization-level Role
assignOrganizationRole 2 params body → 204400401404429
POST
/v1/orgs/{orgId}/users/{userId}/role-assignments/revoke
Atlassian Remove Organization-level Role
revokeOrganizationRole 2 params body → 204400401404429
GET
/user
Atlassian Get Current User
atlassianGetCurrentUser → 200401
GET
/user/emails
Atlassian List Email Addresses For Current User
atlassianListEmailAddressesForCurrentUser → default
GET
/user/emails/{email}
Atlassian Get An Email Address For Current User
atlassianGetAnEmailAddressForCurrentUser 1 param → default
GET
/users/{selected_user}
Atlassian Get A User
atlassianGetAUser 1 param → 200404
GET
/wiki/rest/api/user
Atlassian Get User
atlassianGetuser 2 params → 200401403404
GET
/wiki/rest/api/user/anonymous
Atlassian Get Anonymous User
atlassianGetanonymoususer 1 param → 200403
GET
/wiki/rest/api/user/current
Atlassian Get Current User
atlassianGetcurrentuser 1 param → 200403
GET
/wiki/rest/api/user/memberof
Atlassian Get Group Memberships For User
atlassianGetgroupmembershipsforuser 3 params → 200403
GET
/wiki/rest/api/user/bulk
Atlassian Get Multiple Users Using Ids
atlassianGetbulkuserlookup 3 params → 200403
GET
/wiki/rest/api/user/email
Atlassian Get User Email Address
atlassianGetprivacyunsafeuseremail 1 param → 200400401404501
GET
/wiki/rest/api/user/email/bulk
Atlassian Get User Email Addresses In Batch
atlassianGetprivacyunsafeuseremailbulk 1 param → 200400401501
DELETE
/rest/api/3/user
Atlassian Delete User
atlassianRemoveuser 3 params → 204400401403404
GET
/rest/api/3/user
Atlassian Get User
atlassianGetuser 4 params → 200401403404
POST
/rest/api/3/user
Atlassian Create User
atlassianCreateuser body → 201400401403
GET
/rest/api/3/user/bulk
Atlassian Bulk Get Users
atlassianBulkgetusers 5 params → 200400401
GET
/rest/api/3/user/bulk/migration
Atlassian Get Account Ids For Users
atlassianBulkgetusersmigration 4 params → 200400401
DELETE
/rest/api/3/user/columns
Atlassian Reset User Default Columns
atlassianResetusercolumns 2 params → 204401403
GET
/rest/api/3/user/columns
Atlassian Get User Default Columns
atlassianGetuserdefaultcolumns 2 params → 200401403404
PUT
/rest/api/3/user/columns
Atlassian Set User Default Columns
atlassianSetusercolumns 1 param body → 200401403404429500
GET
/rest/api/3/user/email
Atlassian Get User Email
atlassianGetuseremail 1 param → 200400401404503
GET
/rest/api/3/user/email/bulk
Atlassian Get User Email Bulk
atlassianGetuseremailbulk 1 param → 200400401503
GET
/rest/api/3/user/groups
Atlassian Get User Groups
atlassianGetusergroups 3 params → 200401403404
GET
/rest/api/3/users
Atlassian Get All Users Default
atlassianGetallusersdefault 2 params → 200400403409
GET
/rest/api/3/users/search
Atlassian Get All Users
atlassianGetallusers 2 params → 200400403409

Schemas 78

The contract defines 78 schemas that model the data the API accepts and returns. The most detailed are Content (20 properties), Space (17 properties), User_2 (17 properties), BulkUserLookup (16 properties). Each schema is shown below with its type and property counts.

UserPage
object
A paginated list of users.
2 properties
InviteUsersRequest
object
Request body for inviting users to the organization.
4 properties
PaginationLinks
object
Links for cursor-based pagination.
3 properties
RoleAssignment
object
Represents a role assignment for a user.
2 properties
InviteUsersResponse
object
Response for user invitation requests.
1 property
RoleAssignmentRequest
object
Request body for assigning or revoking product roles.
1 property
ErrorResponse
object
Standard error response.
3 properties
User
object
Represents a user account in an Atlassian organization.
10 properties
OrgRoleAssignmentRequest
object
Request body for assigning or revoking organization-level roles.
1 property
error
object
Base type for most resource objects. It defines the common type element that identifies an object's type. It also identifies the element as Swagger's discrimin…
2 properties 1 required
account_links
object
Links related to an Account.
1 property
link
object
A link to a resource related to this object.
2 properties
object
object
Base type for most resource objects. It defines the common type element that identifies an object's type. It also identifies the element as Swagger's discrimin…
1 property 1 required
account
ContentLookAndFeel
object
4 properties
GenericAccountId
stringnull
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.
ContentBody
object
7 properties 2 required
HeaderLookAndFeel
object
5 properties 5 required
ContentArray
object
5 properties 3 required
SearchFieldLookAndFeel
objectnull
2 properties 2 required
ButtonLookAndFeel
objectnull
2 properties 2 required
GenericUserKey
stringnull
This property is no longer available and will be removed from the documentation soon. Use accountId instead. See the [deprecation notice](/cloud/confluence/dep…
ScreenLookAndFeel
object
15 properties 1 required
HorizontalHeaderLookAndFeel
object
5 properties 2 required
Embeddable
object
Icon
objectnull
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
4 properties 4 required
SpaceSettings
objectnull
4 properties 2 required
ContentRestriction
object
5 properties 3 required
AccountIdEmailRecord
object
2 properties 2 required
ContentChildren
object
5 properties
TopNavigationLookAndFeel
object
3 properties 1 required
Group
object
4 properties 3 required
SuperBatchWebResources
object
4 properties
UsersUserKeys
objectnull
3 properties 1 required
GenericUserName
stringnull
This property is no longer available and will be removed from the documentation soon. Use accountId instead. See the [deprecation notice](/cloud/confluence/dep…
Label
object
4 properties 4 required
Content
objectnull
Base object for all content types.
20 properties 2 required
Space
objectnull
17 properties 6 required
Theme
object
5 properties 1 required
Container
objectnull
Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment)
LookAndFeel
object
8 properties 6 required
EmbeddedContent
object
3 properties
GroupArray
object
4 properties 4 required
OperationCheckResult
object
An operation and the target entity that it applies to, e.g. create page.
2 properties 2 required
BulkUserLookup
object
16 properties 9 required
UserAnonymous
object
7 properties 4 required
GroupArrayWithLinks
object
Same as GroupArray but with links property.
6 properties 5 required
LabelArray
object
5 properties 2 required
SpaceDescription
object
3 properties 3 required
MenusLookAndFeel
object
2 properties 2 required
User_2
objectnull
17 properties 1 required
SpacePermission
object
This object represents a permission for given space. Permissions consist of at least one operation object with an accompanying subjects object. The following c…
5 properties 3 required
ContentHistory
objectnull
11 properties 1 required
GenericLinks
object
ContentMetadata
object
Metadata object for page, blogpost, comment content
4 properties
WebResourceDependencies
object
6 properties
AccountIdEmailRecordArray
array
UserDetails
object
2 properties
ContainerLookAndFeel
objectnull
12 properties 6 required
BulkUserLookupArray
object
5 properties 5 required
Version
objectnull
14 properties 3 required
ContentChildType
object
Shows whether a piece of content has attachments, comments, or child pages/whiteboards. Note, this doesn't actually contain the child objects.
4 properties
UserArray
object
6 properties 1 required
NavigationLookAndFeel
objectnull
3 properties 2 required
AvatarUrlsBean
object
4 properties
ColumnItem
object
Details of an issue navigator column item.
2 properties
UnrestrictedUserEmail
object
2 properties
UserColumnRequestBody
object
1 property
ListWrapperCallbackGroupName
object
SimpleListWrapperApplicationRole
object
5 properties
ListWrapperCallbackApplicationRole
object
NewUserDetails
object
The user details.
8 properties 1 required
GroupName
object
Details about a group.
3 properties
PageBeanUser
object
A page of items.
7 properties
ApplicationRole
object
Details of an application role.
14 properties
User_3
object
A user with details as permitted by the user's Atlassian Account privacy settings. However, be aware of these exceptions: User record deleted from Atlassian: T…
14 properties
SimpleListWrapperGroupName
object
5 properties
UserMigrationBean
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

atlassian-users-api-openapi.yml Raw ↑

Other APIs Atlassian publishes across the network.

Atlassian Jira Software Backlog API
Atlassian Jira Software Board API
Atlassian Jira Software Epic API
Atlassian Jira Software Sprint API
Atlassian Jira Software Development Information API
Atlassian Jira Software Feature Flags API
Atlassian Jira Software Deployments API
Atlassian Jira Software Builds API
Atlassian Jira Software Remote Links API
Atlassian Jira Software Security Information API
Atlassian Jira Service Management Customer API
Atlassian Jira Service Management Info API
Where this information came from

This is an independent, third-party profile of Atlassian Users API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.