Returns a user.
boolean
string
string
Returns a user.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/user' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Modify user. The 'value' fields present will override the existing value. Fields skipped in request will not be changed.