el usuario que utilizo es admin del sitio
método utilizado: rest/api/3/users
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.