v2
latestSwagger 2.02026-07-26109144190.4 KBPersonal Paging Policies
Get the user's paging policies
Get all the paging policies for the user on the org associated with the API key
get/api-public/v2/profile/{username}/policies
Path parameters
usernamestring required
Your username
Headers
X-VO-Api-Idstring required
Your API ID
X-VO-Api-Keystring required
Your API Key
Response
All steps of the user's paging policy
Example response
{
"policies": [
{
"steps": [
{
"rules": [
{
"type": "email"
}
]
}
]
}
]
}