Users REST Endpoints

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