# Person accounts ## Index a person's accounts - [GET /v1/persons/{person_id}/accounts](https://docs.solarisgroup.com/api-reference/onboarding/account-creation/person-accounts/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts/get.md): Returns an array containing all accounts owned by the person specified in the request URL. ## Get a single personal account - [GET /v1/persons/{person_id}/accounts/{account_id}](https://docs.solarisgroup.com/api-reference/onboarding/account-creation/person-accounts/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D/get.md): Returns information about a single personal banking account. ## Update a personal account - [PATCH /v1/persons/{person_id}/accounts/{account_id}](https://docs.solarisgroup.com/api-reference/onboarding/account-creation/person-accounts/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D/patch.md): Updates the personal account specified in the request URL. ## Create an account for a person (deprecated) - [POST /v1/persons/{person_id}/accounts](https://docs.solarisgroup.com/api-reference/onboarding/account-creation/person-accounts/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts/post.md): Creates an account for the person specified in the request URL. The person in the request URL will be assigned the role of account owner. Consult with your Partner Manager to determine which values you should use for . Note that you may only open an account for a person after they have successfully completed the identification process. Upon creation, the will always be set to zero. If you are creating a specific type of account with a default limit in place as agreed with Solaris, then use the GET Retrieve an account endpoint to obtain this value.