/persona-identity | Type: Application | PCID required: Yes
Tools
persona_identity_accounts_add_tag
Add tag to an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | The account-id value |
meta | object | Yes | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "The account-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"tag-name": {
"type": "string",
"description": "Name of the tag to add to the Account."
},
"tag-id": {
"type": "string",
"description": "ID of the tag to add to the Account."
}
}
}
},
"required": [
"PCID",
"account-id",
"meta"
]
}
persona_identity_accounts_list_all_relations
Get all relations for an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | The account-id value |
filter | object | Yes | — | The filter value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "The account-id value"
},
"filter": {
"type": "object",
"description": "The filter value",
"properties": {
"key": {
"type": "string",
"description": "Filter relations by relation key."
},
"created-at-start": {
"type": "string",
"description": "Filter relations by creation date."
},
"created-at-end": {
"type": "string",
"description": "Filter relations by creation date."
}
},
"required": [
"key"
]
}
},
"required": [
"PCID",
"account-id",
"filter"
]
}
persona_identity_accounts_remove_tag
Remove tag from an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | The account-id value |
meta | object | Yes | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "The account-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"tag-name": {
"type": "string",
"description": "Name of the tag to remove from the Account."
},
"tag-id": {
"type": "string",
"description": "ID of the tag to remove from the Account."
}
}
}
},
"required": [
"PCID",
"account-id",
"meta"
]
}
persona_identity_accounts_set_all_tags
Set tags on an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | The account-id value |
meta | object | Yes | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "The account-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"tag-name": {
"type": "array",
"items": {
"type": "string"
},
"description": "Name of the tags to set on the Account."
},
"tag-id": {
"type": "array",
"items": {
"type": "string"
},
"description": "ID of the tags to set on the Account."
}
}
}
},
"required": [
"PCID",
"account-id",
"meta"
]
}
persona_identity_approve_an_inquiry
Approve an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"comment": {
"type": "string",
"description": "Unstructured comment for auditing purposes"
}
}
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_consolidate_into_an_account
Consolidate Accounts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | Destination Account ID |
meta | object | Yes | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "Destination Account ID"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"source-account-ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of Account IDs that need to be consolidated into the destination Account."
}
},
"required": [
"source-account-ids"
]
}
},
"required": [
"PCID",
"account-id",
"meta"
]
}
persona_identity_create_an_account
Create an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
data | object | No | — | The data value |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"data": {
"type": "object",
"description": "The data value",
"properties": {
"attributes": {
"description": "The attributes value"
}
}
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"upsert-by": {
"type": "string",
"description": "The field name to use for upserting the account. This field must be unique across all accounts for the given account type."
}
}
}
},
"required": [
"PCID"
]
}
persona_identity_create_an_inquiry
Create an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
data | object | Yes | — | The data value |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"data": {
"type": "object",
"description": "The data value",
"properties": {
"attributes": {
"type": "object",
"description": "The attributes value"
}
},
"required": [
"attributes"
]
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"auto-create-account": {
"type": "boolean",
"description": "If true, automatically create an Account for the user if one does not exist. Default is true."
},
"auto-create-account-type-id": {
"type": "string",
"description": "If `auto-create-account` is true, the type ID to use for the Account. If not provided, the default type ID for the organization will be used. If `auto-create-account-reference-id` is present and corresponds to an existing Account, `auto-create-account-type-id` will be ignored. Will error if passed when `auto-create-account` is false."
},
"auto-create-account-reference-id": {
"type": "string",
"description": "If `auto-create-account` is true, this Inquiry will be attached to the Account with this reference ID, or a new Account will be created with this reference ID if one does not exist. Will error if passed when `auto-create-account` is false."
},
"auto-create-inquiry-session": {
"type": "boolean",
"description": "If true, automatically create an Inquiry Session token for the Inquiry."
},
"auto-create-one-time-link": {
"type": "boolean",
"description": "If true, automatically create a One-Time Link URL for the Inquiry."
},
"expiration-after-create-interval-seconds": {
"type": "integer",
"description": "Time interval from inquiry creation after which an Inquiry expires and the flow can no longer be accessed. Overrides value set at the template level."
},
"expiration-after-start-interval-seconds": {
"type": "integer",
"description": "Time interval from inquiry start after which an Inquiry expires and the flow can no longer be accessed. Overrides value set at the template level."
},
"expiration-after-resume-interval-seconds": {
"type": "integer",
"description": "Time interval from inquiry start after which an Inquiry expires and the flow can no longer be accessed. Overrides value set at the template level."
},
"one-time-link-expiration-seconds": {
"type": "integer",
"description": "Time interval after which Device Handoff one time links expire. Overrides value set at the template level."
}
}
}
},
"required": [
"PCID",
"data"
]
}
persona_identity_create_an_inquiry_session
Create an Inquiry Session Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
data | object | No | — | The data value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"data": {
"type": "object",
"description": "The data value",
"properties": {
"attributes": {
"type": "object",
"description": "The attributes value"
}
}
}
},
"required": [
"PCID"
]
}
persona_identity_decline_an_inquiry
Decline an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"comment": {
"type": "string",
"description": "Unstructured comment for auditing purposes"
}
}
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_expire_an_inquiry
Expire an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_expire_an_inquiry_session
Expire an Inquiry Session Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-session-id | string | Yes | — | The inquiry-session-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-session-id": {
"type": "string",
"description": "The inquiry-session-id value"
}
},
"required": [
"PCID",
"inquiry-session-id"
]
}
persona_identity_expire_inquiry_sessions
Expire Inquiry Sessions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"inquiry-ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "The inquiry-ids value"
}
},
"required": [
"inquiry-ids"
]
}
},
"required": [
"PCID"
]
}
persona_identity_generate_a_one_time_link
Generate a one-time link for an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | Inquiry ID (starts with “inq_“) |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "Inquiry ID (starts with \"inq_\")"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"expires-in-seconds": {
"type": "integer",
"description": "Number of seconds from now to expire the key (must be greater than 0). If not provided, the one-time link expiration setting from the inquiry template version will apply. Default expiry is 24 hours."
}
}
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_generate_a_one_time_link_for_an_inquiry_session
Generate a one-time link for Inquiry Session Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-session-id | string | Yes | — | The inquiry-session-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-session-id": {
"type": "string",
"description": "The inquiry-session-id value"
}
},
"required": [
"PCID",
"inquiry-session-id"
]
}
persona_identity_inquiries_add_tag
Add tag to an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"tag-name": {
"type": "string",
"description": "The tag-name value"
},
"tag-id": {
"type": "string",
"description": "The tag-id value"
}
}
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_inquiries_perform_simulate_actions
Perform Simulate Actions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
meta | object | Yes | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"simulate-actions": {
"type": "array",
"items": {
"type": "object"
},
"description": "The simulate-actions value"
}
},
"required": [
"simulate-actions"
]
}
},
"required": [
"PCID",
"inquiry-id",
"meta"
]
}
persona_identity_inquiries_remove_tag
Remove tag from an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"tag-name": {
"type": "string",
"description": "The tag-name value"
},
"tag-id": {
"type": "string",
"description": "The tag-id value"
}
}
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_inquiries_set_all_tags
Set tags on an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
meta | object | No | — | The meta value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
},
"meta": {
"type": "object",
"description": "The meta value",
"properties": {
"tag-name": {
"type": "array",
"items": {
"type": "string"
},
"description": "The tag-name value"
},
"tag-id": {
"type": "array",
"items": {
"type": "string"
},
"description": "The tag-id value"
}
}
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_list_all_accounts
List all Accounts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
page | object | No | — | Page number for pagination |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
filter | object | No | — | The filter value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"page": {
"type": "object",
"description": "Page number for pagination",
"properties": {
"after": {
"type": "string",
"description": "Object ID for pagination cursor"
},
"before": {
"type": "string",
"description": "Object ID for pagination cursor"
},
"size": {
"type": "number",
"description": "Limit on the number of objects returned"
}
}
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"filter": {
"type": "object",
"description": "The filter value",
"properties": {
"reference-id": {
"type": "string",
"description": "Filter accounts by reference ID. Can be a single reference ID or an array of reference IDs."
}
}
}
},
"required": [
"PCID"
]
}
persona_identity_list_all_inquiries
List all Inquiries Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
page | object | No | — | Page number for pagination |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
filter | object | No | — | The filter value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"page": {
"type": "object",
"description": "Page number for pagination",
"properties": {
"after": {
"type": "string",
"description": "Object ID for pagination cursor"
},
"before": {
"type": "string",
"description": "Object ID for pagination cursor"
},
"size": {
"type": "number",
"description": "Limit on the number of objects returned"
}
}
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"filter": {
"type": "object",
"description": "The filter value",
"properties": {
"inquiry-id": {
"type": "string",
"description": "Comma separated list of inquiry IDs (starting with `inq_`) to filter inquiries by"
},
"account-id": {
"type": "string",
"description": "Comma separated list of account IDs (starting with `act_`) to filter inquiries by"
},
"note": {
"type": "string",
"description": "Filter inquiries by note. Must be the only filter."
},
"reference-id": {
"type": "string",
"description": "Filter inquiries by reference ID"
},
"inquiry-template-id": {
"type": "string",
"description": "Comma separated list of inquiry template IDs (starting with `itmpl_`) to filter inquiries by"
},
"template-id": {
"type": "string",
"description": "Comma separated list of legacy template IDs (starting with `tmpl_`) to filter inquiries by"
},
"status": {
"type": "string",
"description": "Comma separated list of statuses to filter inquiries by"
},
"created-at-start": {
"type": "string",
"description": "Filter inquiries by creation date, equal to or later than"
},
"created-at-end": {
"type": "string",
"description": "Filter inquiries by creation date, earlier than or equal to"
}
}
}
},
"required": [
"PCID"
]
}
persona_identity_list_all_inquiry_sessions
List all Inquiry Sessions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
filter | object | No | — | The filter value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"filter": {
"type": "object",
"description": "The filter value",
"properties": {
"inquiry-id": {
"type": "string",
"description": "Filter inquiry sessions by inquiry ID"
}
}
}
},
"required": [
"PCID"
]
}
persona_identity_list_all_inquiry_templates
List all Inquiry Templates Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
page | object | No | — | Page number for pagination |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"page": {
"type": "object",
"description": "Page number for pagination",
"properties": {
"after": {
"type": "string",
"description": "Object ID for pagination cursor"
},
"before": {
"type": "string",
"description": "Object ID for pagination cursor"
},
"size": {
"type": "number",
"description": "Limit on the number of objects returned"
}
}
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
}
},
"required": [
"PCID"
]
}
persona_identity_mark_an_inquiry_for_review
Mark an Inquiry for manual review Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_print_an_inquiry_pdf
Print Inquiry PDF Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
inquiry-id | string | Yes | — | The inquiry-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_redact_an_account
Redact an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | The account-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "The account-id value"
}
},
"required": [
"PCID",
"account-id"
]
}
persona_identity_redact_an_inquiry
Redact an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_resume_an_inquiry
Resume an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_retrieve_an_account
Retrieve an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | The account-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "The account-id value"
}
},
"required": [
"PCID",
"account-id"
]
}
persona_identity_retrieve_an_inquiry
Retrieve an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
}
},
"required": [
"PCID",
"inquiry-id"
]
}
persona_identity_retrieve_an_inquiry_session
Retrieve an Inquiry Session Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-session-id | string | Yes | — | Inquiry Session ID |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-session-id": {
"type": "string",
"description": "Inquiry Session ID"
}
},
"required": [
"PCID",
"inquiry-session-id"
]
}
persona_identity_retrieve_an_inquiry_template
Retrieve an Inquiry Template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-template-id | string | Yes | — | Inquiry Template ID |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-template-id": {
"type": "string",
"description": "Inquiry Template ID"
}
},
"required": [
"PCID",
"inquiry-template-id"
]
}
persona_identity_run_account_action
Run an account action Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account-id | string | Yes | — | The ID of the account to run the action on |
data | object | Yes | — | The data value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"account-id": {
"type": "string",
"description": "The ID of the account to run the action on"
},
"data": {
"type": "object",
"description": "The data value",
"properties": {
"account-action-id": {
"type": "string",
"description": "The ID of the account action to run"
},
"parameters": {
"type": "object",
"description": "Parameters required by the account action"
}
},
"required": [
"account-action-id"
]
}
},
"required": [
"PCID",
"account-id",
"data"
]
}
persona_identity_search_accounts
Search Accounts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
page | object | No | — | Pagination parameters |
query | object | No | — | Search query using boolean logic (AND/OR/NOT) and comparison operators. Supports predicates with operators: eq (equal), gt (greater than), gte (greater than or equal), lt (less than), lte (less than or equal). Pass as a JSON object with boolean logic (AND/OR/NOT) and comparison predicates. |
sort | object | No | — | Sort configuration for results |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"page": {
"type": "object",
"description": "Pagination parameters",
"properties": {
"after": {
"type": "string",
"description": "Cursor for forward pagination"
},
"before": {
"type": "string",
"description": "Cursor for backward pagination"
},
"size": {
"type": "integer",
"description": "Number of results to return per page"
}
}
},
"query": {
"type": "object",
"description": "Search query using boolean logic (AND/OR/NOT) and comparison operators. Supports predicates with operators: eq (equal), gt (greater than), gte (greater than or equal), lt (less than), lte (less than or equal). Pass as a JSON object with boolean logic (AND/OR/NOT) and comparison predicates."
},
"sort": {
"type": "object",
"description": "Sort configuration for results",
"properties": {
"attribute": {
"type": "string",
"description": "The attribute name to sort by"
},
"direction": {
"type": "string",
"description": "Sort direction. Possible values: asc (ascending), desc (descending)."
}
},
"required": [
"attribute",
"direction"
]
}
},
"required": [
"PCID"
]
}
persona_identity_update_an_account
Update an Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
account-id | string | Yes | — | The account-id value |
data | object | No | — | The data value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"account-id": {
"type": "string",
"description": "The account-id value"
},
"data": {
"type": "object",
"description": "The data value",
"properties": {
"attributes": {
"description": "The attributes value"
}
}
}
},
"required": [
"PCID",
"account-id"
]
}
persona_identity_update_an_inquiry
Update an Inquiry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Key-Inflection | string | No | — | Determines casing for the API response. |
Idempotency-Key | string | No | — | Ensures the request is idempotent. |
Persona-Version | string | No | — | Server API version. More info on versioning can be found here. |
include | string | No | — | A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the included key in the response. See Serialization for more details. |
fields | object | No | — | Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details. |
inquiry-id | string | Yes | — | The inquiry-id value |
data | object | No | — | The data value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"Key-Inflection": {
"type": "string",
"description": "Determines casing for the API response.",
"enum": [
"camel",
"kebab",
"snake"
]
},
"Idempotency-Key": {
"type": "string",
"description": "Ensures the request is idempotent."
},
"Persona-Version": {
"type": "string",
"description": "Server API version. More info on versioning can be found [here](https://docs.withpersona.com/versioning).",
"enum": [
"2025-12-08",
"2025-10-27",
"2023-01-05",
"2022-09-01",
"2021-08-18",
"2021-07-05",
"2021-02-21",
"2020-05-18"
]
},
"include": {
"type": "string",
"description": "A comma-separated list of relationship paths. This can be used to customize which related resources will be fully serialized in the `included` key in the response. See [Serialization](https://docs.withpersona.com/serialization#inclusion-of-related-resources) for more details."
},
"fields": {
"type": "object",
"description": "Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See [Serialization](https://docs.withpersona.com/serialization#sparse-fieldsets) for more details."
},
"inquiry-id": {
"type": "string",
"description": "The inquiry-id value"
},
"data": {
"type": "object",
"description": "The data value",
"properties": {
"attributes": {
"type": "object",
"description": "The attributes value"
}
}
}
},
"required": [
"PCID",
"inquiry-id"
]
}

