Authorized users endpoint

Farhan Jaleel December 1, 2013

How do i get JIRA authorized user's information through REST API? Is there any user's endpoint url which returns information of the user through which access_token is received.

I know how to get user's name, email address etc. It is possible through this url:

https://myhost/rest/api/2/user?username=<any-name> . Is there any way can get user's info without its username or key?

In API's language it is usually called as my_info url.

2 answers

1 accepted

0 votes
Answer accepted
Farhan Jaleel December 1, 2013

/rest/auth/1/session is the answer to the above question.

Farhan Jaleel December 1, 2013

This endpoint was available in version 1 API. If there is one such endpoint url in API version 2, please share.

0 votes
Farhan Jaleel December 1, 2013

This endpoint was available in version 1 API. If there is one such endpoint url in API version 2, please share.

Suggest an answer

Log in or Sign up to answer