# Authorized persons ## Create an authorized person on a business account - [POST /v1/businesses/{business_id}/accounts/{account_id}/authorized_persons](https://docs.solarisgroup.com/api-reference/onboarding/businesses/authorized-persons/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons/post.md): Links a to a business account as an authorized person. This endpoint requires the change request process unless the authorized person is a legal representative. The change request must be completed by a legal representative with a value of or . Note that the resource must have values for the following properties: address_line_1 (street) birth_city birth_date country first_name last_name nationality salutation : It's mandatory to collect the tax information from each authorized person on the business account and create a tax identification resource using POST Create a person tax identification. ## Index business account authorized persons - [GET /v1/businesses/{business_id}/accounts/{account_id}/authorized_persons](https://docs.solarisgroup.com/api-reference/onboarding/businesses/authorized-persons/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons/get.md): Returns an array containing all authorized persons on the business account specified in the request URL. ## Get business account authorized person - [GET /v1/businesses/{business_id}/accounts/{account_id}/authorized_persons/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/authorized-persons/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons~1%7Bid%7D/get.md): Returns a specific authorized person on a business account based on the ID in the request URL. ## Remove authorized person from a business account - [DELETE /v1/businesses/{business_id}/accounts/{account_id}/authorized_persons/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/authorized-persons/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons~1%7Bid%7D/delete.md): Removes the authorized person specified in the request URL from the given business.