Hi ,
We are trying to check if the user is available in the JIRA tool using REST api.
But when the user is avaialable but not having site access then request returns null. In this case we may not know if the user is active or the user is not avaialable in jira(As confirmed manually from UI). Do let us know how we can get status and availability details(Specifics).
https://hrandfinancialservices.atlassian.net/rest/api/3/user/search?query="********@domain.com"
Hi togaroabhishek.satyanarayanamurthy@alight.com
Can you check this request please :
https://jira.domaine/rest/api/2/user?username="your username"
Thise will return information about the user and if he's active or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.