# Account Use this API to create the Conversation Account for Conversation Manager. ## Create Account - [POST /accounts](https://apidev.egain.com/apis/v3/conversation/conversationmgr/api-bundled/account/createaccount.md): # Overview Use this API to create a Conversation Account for the Conversation Manager. New Account API process flow: Authentication > Client Application > Participant > Channel > Orchestration > Account ## Scope Client application must have 'app.conversation.conversationmgr.manage' scope assigned. ## Get Accounts - [GET /accounts](https://apidev.egain.com/apis/v3/conversation/conversationmgr/api-bundled/account/getallaccounts.md): # Overview This APIs allows you to get details of all accounts ## Scope Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned. ## Get account - [GET /accounts/{id}](https://apidev.egain.com/apis/v3/conversation/conversationmgr/api-bundled/account/getaccount.md): # Overview Use this API to get details of a registered Conversation Manager account. ## Scope Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned. ## Update account - [PUT /accounts/{id}](https://apidev.egain.com/apis/v3/conversation/conversationmgr/api-bundled/account/updateaccount.md): # Overview This APIs allows you to update an existing Conversation Manager account. ## Scope Client application must have 'app.conversation.conversationmgr.manage' scope assigned. ## Delete account - [DELETE /accounts/{id}](https://apidev.egain.com/apis/v3/conversation/conversationmgr/api-bundled/account/deleteaccount.md): # Overview Use this API to delete a Conversation Manager account. ## Scope Client application must have 'app.conversation.conversationmgr.manage' scope assigned.