Rate this page:
Manage APIs
GET /users/{account_id}/manage
Returns the set of permissions you have for managing the specified Atlassian account
string
The user account to manage
[a-zA-Z0-9_|:-]{1,128}
Array<string>
Valid values: profile
, profile.write
, profile.read
, email.set
, lifecycle.enablement
, lifecycle.delete
, apiToken.read
, apiToken.delete
1 2 3 4
curl --request GET \
--url 'https://api.atlassian.com/users/{account_id}/manage' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'
You have permission to manage at least some aspect of the specified user account. Restrictions around the privileges specified are returned.
Content type | Value |
---|---|
application/json |
Rate this page: