# Account Management ## Delete Pending Member Invitation - [DELETE /invitations/{id}](https://docs.cognitivesystems.com/assets/specs/api/app_cloud/account-management/delete_invitations-id.md) ## Pending Invitations to Network - [GET /invitations](https://docs.cognitivesystems.com/assets/specs/api/app_cloud/account-management/get_invitations.md): Retrieve current list of emails invited to join network ## Update User Model - [PUT /users/{id}](https://docs.cognitivesystems.com/assets/specs/api/app_cloud/account-management/put_users-id.md) ## Delete Confirmed User - [DELETE /users/{id}](https://docs.cognitivesystems.com/assets/specs/api/app_cloud/account-management/delete_users-id.md) ## Create Pending Invitation - [POST /member_invites](https://docs.cognitivesystems.com/assets/specs/api/app_cloud/account-management/post_member_invites.md): Sends an invite email to the provided list, the link in the email should take the invited users to the app, where they can create an account. NOTE: Only the network owner may send Network Member Invites. ## Set New Account Password - [POST /password_resets](https://docs.cognitivesystems.com/assets/specs/api/app_cloud/account-management/post_password_resets.md): Sends email to given address with password reset link that redirects to static reset page