API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /users
Users with an account in an organization on the Apigee API Platform
Associate a user with a user role Detail
/users/{user_email}/userroles
Verb: POST
Description: Associates a user with one or more roles
Content Types:
application/json
text/xml
Auth: Basic Auth
Create a user Detail
/users
Verb: POST
Description: Creates a user in an organization on the API Platform
Auth: Basic Auth
Delete a user from an organization Detail
/users/{user_email}
Verb: DELETE
Description: Deletes a user and all associated roles from an organization
Auth: Basic Auth
Delete role for user Detail
/users/{user_email}/userroles/{role_name}
Verb: DELETE
Description: Removes a users role membership
Auth: Basic Auth
Get roles for a user Detail
/users/{user_email}/userroles
Verb: GET
Description: Lists all roles for a user
Auth: Basic Auth
Gets a user Detail
/users/{user_email}
Verb: GET
Description: Gets the profile for a user in an organization
Auth: Basic Auth
List users in an organization Detail
/users
Verb: GET
Description: Gets a list of users in an organization
Auth: Basic Auth
Update a user Detail
/users/{user_email}
Verb: POST
Description: Updates an existing user
Content Types:
application/json
text/xml
Auth: Basic Auth