Used to create a new persona
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
Name
IsEnabled
IncludeActions
RunActionOnSave
PersonaMatchCondition
ProfileFieldId
ConditionOperatorType
ConditionValue
ActionType
ActionValue
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/personas
{ "Name": "Human Resources", "IsEnabled": true, "IncludeActions": true, "PersonaMatchCondition": 0, "RunActionsOnSave": false, "PersonaConditions": [{ "ProfileFieldID": 67, "ConditionValue": 611, "ConditionOperatorType": 0 }], "PersonaActions": [{ "ActionValue": "291", "ActionType": 1 }] }
{ "IsError": false, "ResponseMessage": "Changes saved successfully", "ResponseData": { "PersonaID": 8, "Name": "Human Resources", "CreatedBy": 376, "UpdatedBy": 376, "LastUpdated": "2026-01-01T12:00:00Z", "IsEnabled": true, "IncludeActions": true, "PersonaMatchCondition": 0, "PersonaConditions": [ { "ConditionID": 10, "PersonaID": 8, "ProfileFieldID": 67, "ConditionValue": "611", "CreatedBy": 376, "UpdatedBy": 376, "LastUpdated": "2026-01-01T12:00:00Z", "ConditionOperatorType": 0 } ], "PersonaActions": [ { "ActionID": 4, "PersonaID": 8, "ActionValue": "291", "CreatedBy": 376, "UpdatedBy": 376, "LastUpdated": "2026-01-01T12:00:00Z", "ActionType": 1 } ], "LastUpdatedString": "2026-01-01T12:00:00Z", "RunActionsOnSave": false } }
{ "IsError": true, "ResponseMessage": "Required field missing", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/90735/rest-api-add-persona
Your session has expired. You are being logged out.