Forums

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

el método de jira no me retorna toda la información, ¿cual podría ser el problema?

saul_balderrama
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!
June 8, 2020

el usuario que utilizo es admin del sitio

método utilizado: rest/api/3/users

1 answer

0 votes
Angélica Luz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 12, 2020

Hello Saul,

Welcome to Atlassian Community!

I believe that you are trying to get the list of the users of the site, please correct me if I'm wrong.

If that's the case, the correct endpoint is /rest/api/3/users/search

curl --request GET \
  --url '/rest/api/3/users/search' \
  --user 'email@example.com:<api_token>' \
  --header 'Accept: application/json'

If that's not the case, please, give us more details about what information you need to get using API and if you are facing any issue, send us a screenshot of the error.

Regards,
Angélica

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events