# Persons ## Create a person - [POST /v1/persons](https://docs.solarisgroup.com/api-reference/onboarding/persons/persons/paths/~1v1~1persons/post.md): Creates a person resource for a new customer. The mandatory data points you must provide when creating a person vary based on the country, product and customer segment (e.g., B2C or freelancers). See the onboarding requirements guide for information on the required data points in each use case. Please collect the customer's separately. Do not default to their residence country for their tax country.Don't use any real personal data when testing this endpoint on Sandbox. ## Index persons - [GET /v1/persons](https://docs.solarisgroup.com/api-reference/onboarding/persons/persons/paths/~1v1~1persons/get.md): Returns an array containing all the persons you have created. ## Retrieve a person - [GET /v1/persons/{id}](https://docs.solarisgroup.com/api-reference/onboarding/persons/persons/paths/~1v1~1persons~1%7Bid%7D/get.md): Returns the person resource specified in the request URL. ## Update a person - [PATCH /v1/persons/{id}](https://docs.solarisgroup.com/api-reference/onboarding/persons/persons/paths/~1v1~1persons~1%7Bid%7D/patch.md): Updates one or more properties on a person resource. You can update properties using this endpoint. This API reference lists only the properties you can update with this call. This call triggers the change request process (unless the property being updated has a value of ).