Users REST Endpoints
Identity/Users
The operations from the Identity/Users category.
- Add User to Group
- Method: postPath:
/20160918/userGroupMemberships - Create a Session
- Method: postPath:
/20160918/login - Create a User
- Method: postPath:
/20160918/users - Create or Reset UI Password
- Method: postPath:
/20160918/users/{user_id}/uiPassword - Delete a Session
- Method: deletePath:
/20160918/logout - Delete a User
- Method: deletePath:
/20160918/users/{user_id} - Delete an API Key
- Method: deletePath:
/20160918/users/{user_id}/apiKeys/{fingerprint} - Get a User
- Method: getPath:
/20160918/users/{user_id} - Get User Group Membership
- Method: getPath:
/20160918/userGroupMemberships/{user_group_membership_id} - List API Keys
- Method: getPath:
/20160918/users/{user_id}/apiKeys - List My Groups
- Method: getPath:
/20160918/myGroups - List User Group Memberships
- Method: getPath:
/20160918/userGroupMemberships - List Users
- Method: getPath:
/20160918/users - Remove User from Group
- Method: deletePath:
/20160918/userGroupMemberships/{user_group_membership_id} - Update a Password
- Method: putPath:
/20160918/changepassword - Update a User
- Method: putPath:
/20160918/users/{user_id} - Update User State
- Method: putPath:
/20160918/users/{user_id}/state - Upload an API Key
- Method: postPath:
/20160918/users/{user_id}/apiKeys