Skip to main content
Persona logo

Persona

Persona offers identity infrastructure that allows you to craft personalized and automated verification solutions so you can better understand & protect users.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Persona authenticates with an API key. Generate the credential in your Persona account, then paste it into FlyMyAI the first time an agent uses a Persona action.

Get your Persona credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyYour Persona API key. Navigate to Developers > API in your Persona account to retrieve it. Keys are prefixed with persona_sandbox_* or persona_production_* (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
PERSONA_ADD_TAG_TO_ACCOUNTTool to add a tag to an Account in Persona. Use when you need to categorize or label an account with a specific tag. Either tag_id or tag_name must be provided in the request meta.account-id, meta
PERSONA_ARCHIVE_A_BROWSER_FINGERPRINT_LIST_ITEMTool to archive a browser fingerprint list item in Persona. Use when you need to mark a browser fingerprint list item as archived without permanently deleting it.list_item_id
PERSONA_ARCHIVE_A_COUNTRY_LIST_ITEMTool to archive a Country List Item by ID. Use when you need to mark a country list item as archived. This action is idempotent - archiving an already archived item is safe.list_item_id
PERSONA_ARCHIVE_A_GEOLOCATION_LIST_ITEMTool to archive a geolocation list item from Persona. Use when you need to archive a specific geolocation list item by its ID. This operation marks the item as archived without permanently deleting it.list_item_id
PERSONA_ARCHIVE_A_GOVERNMENT_ID_NUMBER_LIST_ITEMTool to archive a Government ID Number List Item. Use when you need to remove a government ID number from the active list.list_item_id
PERSONA_ARCHIVE_A_NAME_LIST_ITEMTool to archive a name list item in Persona. Use when you need to archive a specific name list item by its ID.list_item_id
PERSONA_ARCHIVE_A_WEBHOOKTool to archive a Persona webhook by its ID. Use when you need to deactivate a webhook without deleting it. Archived webhooks will no longer receive events but can be referenced for historical purposes.webhook_id
PERSONA_ARCHIVE_EMAIL_ADDRESS_LIST_ITEMTool to archive an Email Address List Item in Persona. Use when you need to archive an email address or domain from a list. The archived item will be marked with an archived timestamp in the response.list_item_id
PERSONA_ARCHIVE_IP_ADDRESS_LIST_ITEMTool to archive an IP address list item in Persona. Use when you need to remove an IP address from active monitoring.list_item_id
PERSONA_ARCHIVE_PHONE_NUMBER_LIST_ITEMTool to archive a phone number list item in Persona. Use when you need to mark a phone number list item as archived without permanently deleting it.list_item_id
PERSONA_ARCHIVE_STRING_LIST_ITEMTool to archive a String List Item in Persona. Use when you need to mark a string list item as archived without permanently deleting it. The item will be marked with an archived timestamp and its status will be updated accordingly.list_item_id
PERSONA_CLONE_WEBHOOKTool to clone an existing Persona webhook. Use when you need to duplicate a webhook configuration with all its settings.webhook_id
PERSONA_CONSOLIDATE_INTO_ACCOUNTTool to consolidate multiple source accounts into a single destination account. Use when merging duplicate accounts or combining account data from multiple sources into one primary account.account_id, source_account_ids
PERSONA_CREATE_AN_ACCOUNTTool to create an account in Persona. Use when you need to create a new account with personal information such as name, email, phone, address, and custom fields.data
PERSONA_CREATE_AN_IP_ADDRESS_LIST_ITEMTool to create an IP Address List Item in Persona. Use when you need to add an IP address to a watchlist or allowlist for identity verification purposes. The list ID must be obtained first using a list retrieval action.list_id, value
PERSONA_CREATE_COUNTRY_LIST_ITEMTool to create a country list item in Persona. Use when you need to add a country to a country list for identity verification or compliance purposes.data
PERSONA_CREATE_DOCUMENT_GENERICTool to create a generic document in Persona. Use when you need to create a document record of a specific kind/type for an account or inquiry.data
PERSONA_CREATE_EMAIL_ADDRESS_LIST_ITEMTool to create an email address list item in Persona. Use when you need to add an email address to a watchlist or blocklist.list_id, value
PERSONA_CREATE_GOVERNMENT_ID_NUMBER_LIST_ITEMTool to create a new government ID number list item in Persona. Use when you need to add a government ID number (such as SSN, passport, or driver's license) to a watchlist or monitoring list.data
PERSONA_CREATE_NAME_LIST_ITEMTool to create a new name list item in Persona. Use when you need to add a person's name to a specific list for verification or monitoring purposes.data
PERSONA_CREATE_PHONE_NUMBER_LIST_ITEMTool to create a phone number list item in Persona. Use when you need to add a phone number to a specific list for tracking or verification purposes.data
PERSONA_CREATE_STRING_LIST_ITEMTool to create a String List Item in Persona. Use when adding a new string value to an existing list for matching or filtering purposes.list_id, value
PERSONA_CREATE_WEBHOOKTool to create a new webhook in Persona. Use when you need to set up real-time notifications for specific events in your Persona account. The webhook will send POST requests to your URL when enabled events occur.name, url, enabled_events
PERSONA_DISABLE_WEBHOOKTool to disable a webhook in Persona. Use when you need to stop a webhook from receiving events without deleting it.webhook_id
PERSONA_ENABLE_WEBHOOKTool to enable a webhook in Persona. Use when you need to activate a previously disabled webhook.webhook_id
PERSONA_EXPIRE_INQUIRY_SESSIONSTool to expire all inquiry sessions for specified inquiry IDs. Use when you need to expire multiple inquiry sessions at once by providing a list of inquiry IDs.meta
PERSONA_IMPORT_EMAIL_ADDRESS_LISTSTool to import email addresses into a list from a CSV file. Use when you need to bulk import email addresses for identity verification or list management.list_id, file
PERSONA_IMPORT_IP_ADDRESS_LISTSTool to import IP address lists into Persona. Use when you need to bulk upload IPv4 or IPv6 addresses to an existing list.data
PERSONA_IMPORT_NAME_LISTSTool to import name lists to Persona. Use when you need to bulk import first and last names to an existing name list for identity verification purposes.data
PERSONA_IMPORT_PHONE_NUMBER_LISTSTool to import phone number lists into Persona. Use when you need to bulk upload phone numbers in E.164 format to an existing list.data
PERSONA_LIST_ALL_ACCOUNTSTool to list all accounts in Persona. Use when you need to retrieve a paginated list of accounts with optional filtering by reference ID or account type.-
PERSONA_LIST_ALL_API_LOGSTool to list all API logs in Persona. Use when you need to retrieve a paginated history of API requests made to your organization, including request details, response status, and timing information.-
PERSONA_LIST_ALL_CASESTool to list all cases in Persona. Use when you need to retrieve a collection of cases with optional filtering and pagination.-
PERSONA_LIST_ALL_DEVICESTool to list all devices filtered by inquiry session ID. Use when you need to retrieve devices associated with a specific inquiry session.filter.inquiry-session-id
PERSONA_LIST_ALL_EVENTSTool to list all events from Persona. Use when you need to retrieve events for your organization. Supports pagination and filtering by creation date. Events up to 3 months old can be viewed.-
PERSONA_LIST_ALL_IMPORTERSTool to list all importers in Persona. Use when you need to retrieve a list of all import operations, including account importers, email address list importers, and other types.-
PERSONA_LIST_ALL_INQUIRIESTool to list all inquiries in Persona. Use when you need to retrieve a paginated collection of inquiries with optional filtering by reference ID, account ID, status, or inquiry template ID.-
PERSONA_LIST_ALL_INQUIRY_SESSIONSTool to list all inquiry sessions in Persona. Use when you need to retrieve a collection of inquiry sessions with optional filtering.-
PERSONA_LIST_ALL_LISTSTool to list all lists in Persona. Use when you need to retrieve a paginated collection of lists with optional filtering and field selection.-
PERSONA_LIST_ALL_RATE_LIMITSTool to list all rate limits in Persona. Use when you need to retrieve current rate limit information for your API usage.-
PERSONA_LIST_ALL_REPORTSTool to list all reports in Persona. Use when you need to retrieve a collection of reports with optional filtering and pagination. Reports can include various types such as adverse media, watchlist, profile, and verification reports.-
PERSONA_LIST_ALL_TRANSACTIONSTool to list all transactions in Persona. Use when you need to retrieve a paginated collection of transactions with optional filtering.-
PERSONA_LIST_ALL_WEBHOOKSTool to list all webhooks in Persona. Use when you need to retrieve a paginated list of webhooks configured for the account.-
PERSONA_LIST_ALL_WORKFLOW_RUNSTool to list all workflow runs in Persona. Use when you need to retrieve workflow runs with optional filtering by workflow ID, inquiry ID, account ID, or session token. Supports pagination for large result sets.-
PERSONA_REDACT_AN_ACCOUNTTool to permanently redact an account in Persona. Use when you need to delete sensitive personal information from an account to comply with privacy regulations or user requests. This operation is irreversible.account_id
PERSONA_REMOVE_ACCOUNT_TAGTool to remove a tag from a Persona Account. Use when you need to remove a tag association from an account by providing either the tag ID or tag name.account-id, meta
PERSONA_RETRIEVE_AN_ACCOUNTTool to retrieve an account in Persona. Use when you need to fetch details of a specific account by its ID.account-id
PERSONA_RETRIEVE_AN_EVENTTool to retrieve an event in Persona. Use when you need to fetch details of a specific event that was logged by Persona.event-id
PERSONA_RETRIEVE_AN_IMPORTERTool to retrieve a specific importer in Persona. Use when you need to get details about a specific import operation by its ID.importer_id
PERSONA_RETRIEVE_AN_IP_ADDRESS_LIST_ITEMTool to retrieve an IP Address List Item in Persona. Use when you need to get details about a specific IP address list item, including its value, status, match count, and timestamps.list_item_id
PERSONA_RETRIEVE_API_LOGTool to retrieve an API log in Persona. Use when you need to fetch details of a specific API request/response that was logged by Persona.api-log-id
PERSONA_RETRIEVE_A_COUNTRY_LIST_ITEMTool to retrieve a country list item by ID in Persona. Use when you need to fetch details of a specific country list item.list_item_id
PERSONA_RETRIEVE_A_GEOLOCATION_LIST_ITEMTool to retrieve a geolocation list item from Persona. Use when you need to fetch details of a specific geolocation list item by its ID.list_item_id
PERSONA_RETRIEVE_A_NAME_LIST_ITEMTool to retrieve a Name List Item in Persona. Use when you need to get details about a specific name list item, including first name, last name, status, match count, and timestamps.list_item_id
PERSONA_RETRIEVE_A_STRING_LIST_ITEMTool to retrieve a string list item by ID in Persona. Use when you need to fetch details of a specific string list item.list_item_id
PERSONA_RETRIEVE_A_WEBHOOKTool to retrieve a webhook by its ID. Use when you need to fetch details about a specific webhook configuration.webhook-id
PERSONA_RETRIEVE_BROWSER_FINGERPRINT_LIST_ITEMTool to retrieve a browser fingerprint list item in Persona. Use when you need to fetch details of a specific browser fingerprint from a list for identity verification or fraud prevention purposes.list-item-id
PERSONA_RETRIEVE_DOCUMENTTool to retrieve a document from Persona. Use when you need to fetch details of a specific document by its ID.document-id
PERSONA_RETRIEVE_DOCUMENT_GENERICTool to retrieve a generic document in Persona. Use when you need to fetch details of a specific document by its ID.document-id
PERSONA_RETRIEVE_EMAIL_ADDRESS_LIST_ITEMTool to retrieve an Email Address List Item in Persona. Use when you need to get details about a specific email address list item, including its value, status, match count, and timestamps.list_item_id
PERSONA_RETRIEVE_GOVERNMENT_ID_NUMBER_LIST_ITEMTool to retrieve a Government ID Number List Item in Persona. Use when you need to get details about a specific government ID number list item, including its ID number, ID class, status, match count, and timestamps.list_item_id
PERSONA_RETRIEVE_PHONE_NUMBER_LIST_ITEMTool to retrieve a phone number list item in Persona. Use when you need to fetch details of a specific phone number from a list for identity verification or fraud prevention purposes.list-item-id
PERSONA_ROTATE_WEBHOOK_SECRETTool to rotate a webhook's secret in Persona. Use when you need to generate a new secret key for webhook signature verification while optionally keeping the old secret active for a grace period.webhook_id
PERSONA_SEARCH_ACCOUNTSTool to search accounts in Persona using flexible query criteria. Use when you need to find accounts based on specific attributes, tags, or status. Supports boolean logic (AND/OR/NOT) and comparison operators.-
PERSONA_SEARCH_CASESTool to search cases in Persona using advanced query filters with boolean logic. Use when you need to find cases matching specific criteria using operators like eq, gt, gte, lt, lte combined with AND/OR/NOT logic.-
PERSONA_SET_TAGSTool to set tags on a Persona Account. Use when you need to assign or update tags for an account using either tag IDs or tag names. This operation replaces all existing tags with the provided ones.account-id, meta
PERSONA_UPDATE_AN_ACCOUNTTool to update an account in Persona. Use when you need to modify account information such as name, email, phone, address, reference ID, or custom fields.account-id, data
PERSONA_UPDATE_A_WEBHOOKTool to update a webhook in Persona. Use when you need to modify webhook configuration such as name, description, URL, or enabled events.webhook_id
PERSONA_UPDATE_DOCUMENT_GENERICTool to update a generic document in Persona. Use when you need to modify fields, files, or kind of an existing document by its ID.document-id, data
We love our partners - FlyMy.AI builds with the best. Thanks, Persona!