Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

when use rset api get confluence accountId. dont return true reslut. please hlep me!!!

Jiaxin Qin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 24, 2020

result:

{
"message": "null for uri: http://wikizzza.com/rest/api/user/bulk/migration",
"status-code": 404
}

Process finished with exit code 0

 

use this :

url = "http://wikizzza.com/rest/api/user/bulk/migration"

headers = {
"Accept": "application/json"
}

response = requests.request(
"GET",
url,
headers=headers,
auth=session.auth
)

print(json.dumps(json.loads(response.text), sort_keys=True, indent=4, separators=(",", ": ")))

2 answers

0 votes
Diego
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 26, 2020

Hello @Jiaxin Qin !

As I understand, you need to develop a solution that uses data returned by our platform but the results are not the expected ones.

Since your needs are more in line with development, I believe you will be able to find quite the qualified input from our sister Community, the Developer Community!

You can raise your question here:

Let us hear from you!

0 votes
Jiaxin Qin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 24, 2020

dont get account id

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events