GET /users/{emailOrId}
Retrieve a specific user by user id or email.
Path Parameters
emailOrId | The id or email address associated with the user. |
Header Parameters
Elements-User-Password | Optional user password. If you include the correct password the response body includes the user secret. |
Example Request
curl -X GET \
https://api.openconnectors.us2.ext.hana.ondemand.com/elements/api-v2/users/firstlast@cloud-elements.com
\
-H 'authorization: User sAfK7LJGNz5ZHcNrvdJvLI=f03WbTbH6aRKc0HJ3oOIi, Organization 58168435e3b9959a929eb04b6218b9a2' \ \
-H 'Content-Type:application/json' \
-H 'Elements-User-Password:password' \
Example Response
[ { "id":160255, "createdDate":"2017-01-18", "firstName":"first", "email":"
firstlast@cloud-elements.com
", "active":true, "lastName":"last", "accountExpired":false, "accountLocked":false, "credentialsExpired":false, "secret": "wGOw+75xqzBhek=/cP8wm3SPSNggfTZp1GFLtwfYzV0r""lastLoginDate":"2018-03-07", "accountNonLocked":true, "credentialsNonExpired":true, "accountNonExpired":true, "enabled":true, "fullName":"First Last" } ]