Hi,
I am trying to query the following API: admin.atlassian.com/gateway/api/adminhub/um/site/{org-id}/users with an admin api key but I am getting the following error back, even though I am site owner/global admin:
401,"message":"Unauthorized.
I can access this rest api in the browser, or using a cloud.session.token, but am trying to move away from that.
i am passing through the bearer token in my code as follows:
headers = {
"Accept": "application/json",
"Authorization": "Bearer ioashd8a7ysdlda" #not a real token
}
Any ideas on what I need to be able to get the users query back?
I am trying to obtain the following data back, whuch comes from suing the cloud-session-token:
"platformRole": null,
"id": "",
"email": "",
"displayName": "",
"active": ,
"hasVerifiedEmail": ,
"picture": ""
"activeStatus": "",
"nickname": "",
"title": null,
"timezone": null,
"location": null,
"companyName": null,
"department": null,
"presence": "2022-01-26T17:58:04.134421Z",
"created": "2021-12-17T09:10:10.850Z",
"invitationStatus": null,
"system": false,
"orgAdmin": false,
"siteAdmin": false,
"sysAdmin": false,
"trustedUser": false,
"presenceUnavailable": false,
"managedStatus": {
"managed": false,
"owner": null
Hi Scott,
I am facing the same issue but making this work with cloud.session.token is ok in my use-case.
Could you please tell me how you managed to make it work ?
Thanks,
Louis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I'm trying to use this API too. How can I get cloud.session.token to use this API? Is there any documentation about this?
Thank 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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.