# Create a login **POST /api/v1/account/{account_uuid}/login** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **account_uuid** (string) - **account** (string) The uuid of the account which the login belongs to. ### Body: application/json (object) - **first_name** (string) First name - **last_name** (string) Last name - **email** (string) Email address to log in with - **expires_at** (string) Timestamp of how long this login is valid for temporary access. Can leave blank for no expiration - **has_write_permission** (string) 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. - **receives_unread_notifications_email** (string) Set to true this login should receive the unread notification digest email - **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 ## 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)