The content of the request.
Persons (1.0)- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/
Persons- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Person mobile numbers- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Person tax identifications- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Person documents- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Person language settings- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Authorized persons- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Add authorized person to person account
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Request
Adds an existing person to a person account as an authorized person. Note: This call triggers the change request process.
The ID of the person to add to the account as an authorized person.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_id}/accounts/{account_id}/authorized_persons
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "authorized_person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "skip_2fa": false }
The change request was successfully confirmed, and the authorized person is now added to the account.
Person ID of the authorized person.
The date from which the authorized person has been authorized on the account.
{ "id": "c25ac6d8a4774e0dacb61a70427e0782", "authorized_person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "valid_from": "2021-04-01", "valid_until": "2031-04-01" }
Index authorized persons for a person account
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_id}/accounts/{account_id}/authorized_persons
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
Person ID of the authorized person.
The date from which the authorized person has been authorized on the account.
The date until which the authorized person is authorized on the account.
[ { "id": "c25ac6d8a4774e0dacb61a70427e0782", "authorized_person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "valid_from": "2021-04-01", "valid_until": "2031-04-01" } ]
Retrieve an authorized person for a person account
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_id}/accounts/{account_id}/authorized_persons/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "id": "c25ac6d8a4774e0dacb61a70427e0782", "authorized_person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "valid_from": "2021-04-01", "valid_until": "2031-04-01" }
Delete authorized person from a person account
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Request
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. Note: This call triggers the change request process.
The content of the request.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_id}/accounts/{account_id}/authorized_persons/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "skip_2fa": false }
The request was accepted and now the customer must confirm the change request.
The current status of the change request.
UTC timestamp from the last time the change request was updated.
{ "id": "d6c778822b2d7bd3b778935bcfd0d1d3csc", "status": "CONFIRMATION_REQUIRED", "updated_at": "2022-04-21T13:59:52+00:00", "url": "https://example.com/authorize" }