# Authentication B2B SaaS users authentication methods. Get access tokens required for all API operations. ## Authorize User - [POST /v1/auth](https://developer.alteg.io/en/authentication-b2b/authorize_user.md): When a user changes their password, their API key is regenerated. As a result, reauthorization is required using the new API key. | Attribute | Type | Description | | ------------- | ------------- | ------------- | | login | string | The user's phone number in the format +13155550175, or their email address.| | password | string | User password |