# Authorized persons ## Add authorized person to person account - [POST /v1/persons/{person_id}/accounts/{account_id}/authorized_persons](https://docs.solarisgroup.com/api-reference/onboarding/persons/authorized-persons/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons/post.md): Adds an existing person to a person account as an authorized person. : This call triggers the change request process. ## Index authorized persons for a person account - [GET /v1/persons/{person_id}/accounts/{account_id}/authorized_persons](https://docs.solarisgroup.com/api-reference/onboarding/persons/authorized-persons/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons/get.md): Returns an array containing all authorized persons for a person account. ## Retrieve an authorized person for a person account - [GET /v1/persons/{person_id}/accounts/{account_id}/authorized_persons/{id}](https://docs.solarisgroup.com/api-reference/onboarding/persons/authorized-persons/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons~1%7Bid%7D/get.md): Returns information about an authorized person associated with a person account. ## Delete authorized person from a person account - [DELETE /v1/persons/{person_id}/accounts/{account_id}/authorized_persons/{id}](https://docs.solarisgroup.com/api-reference/onboarding/persons/authorized-persons/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1authorized_persons~1%7Bid%7D/delete.md): Removes an authorized person from a person account. Note that this request will not delete the person resource; it will simply remove the authorized person from the account. : This call triggers the change request process.