# Update a login **PUT /api/v1/account/{account_uuid}/login/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **account_uuid** (string) - **uuid** (string) - **account** (string) The uuid of the account which the login belongs to. - **login** (string) The uuid of the login to display. ### Body: application/json (object) - **expires_at** (string) Timestamp of how long this login is valid for temporary access. Can leave blank for no expiration. - **primary** (string) Make this the primary login for this account. Only one primary login per account. - **has_write_permission** (boolean) Give this login write access for the account. False to leave as read only. - **has_delete_permission** (string) Give this access to delete items. False to prevent logins from deleting resources. - **wealth_enabled** (boolean) Set to true this login be able to access wealth on the client portal. - **goals_enabled** (boolean) Set to true for this login to be able to access goals on the client portal. - **factfind_enabled** (boolean) Set to true for this login to be able to access fact-finds on the client portal. - **tasks_enabled** (boolean) Set to true for this login to be able to access tasks on the client portal. - **receives_unread_notifications_email** (boolean) Set to true this login should receive the unread notification digest email ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) - **created_at** (string) - **updated_at** (string) - **expires_at** (string) - **has_write_permission** (boolean) - **has_delete_permission** (boolean) - **primary** (boolean) - **receives_unread_notifications_email** (boolean) - **wealth_enabled** (boolean) - **goals_enabled** (boolean) - **factfind_enabled** (boolean) - **tasks_enabled** (boolean) - **welcome_enabled** (boolean) - **first_name** (string) - **last_name** (string) - **email** (string) - **account** (object) - **firm** (object) - **is_impersonated** (boolean) [Powered by Bump.sh](https://bump.sh)