Persona · Capability
Persona API — Accounts
Persona API — Accounts. 10 operations. Lead operation: List all Accounts. Self-contained Naftiko capability covering one Persona business surface.
What You Can Do
GET
Listaccounts
— List all Accounts
/v1/accounts
POST
Createaccount
— Create an Account
/v1/accounts
POST
Consolidateaccounts
— Consolidate Accounts
/v1/accounts/consolidate
POST
Searchaccounts
— Search Accounts
/v1/accounts/search
GET
Retrieveaccount
— Retrieve an Account
/v1/accounts/{id}
PATCH
Updateaccount
— Update an Account
/v1/accounts/{id}
POST
Redactaccount
— Redact an Account
/v1/accounts/{id}/redact
GET
Listaccountrelations
— Get all relations for an Account
/v1/accounts/{id}/relations
POST
Addaccounttag
— Add tag to an Account
/v1/accounts/{id}/tags
DELETE
Removeaccounttag
— Remove tag from an Account
/v1/accounts/{id}/tags
MCP Tools
list-all-accounts
List all Accounts
read-only
idempotent
create-account
Create an Account
consolidate-accounts
Consolidate Accounts
search-accounts
Search Accounts
read-only
retrieve-account
Retrieve an Account
read-only
idempotent
update-account
Update an Account
idempotent
redact-account
Redact an Account
get-all-relations-account
Get all relations for an Account
read-only
idempotent
add-tag-account
Add tag to an Account
remove-tag-account
Remove tag from an Account
idempotent