API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /users/{user_email}
Gets the profile for a user in an organization
Verb: GET
Auth: Basic AuthSample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/users/{user_email}
Sample Response:
{
"emailId" : "joe@apigee.com",
"firstName" : "Joe",
"lastName" : "Rai"
}
Last updated:
about 1 month ago