v2
latestSwagger 2.02026-07-26109144190.4 KBPersonal Paging Policies
Get the user's primary paging policy
Get all the paging policy steps for the user on the org associated with the API key
This API may be called a maximum of 1 time per second.
get/api-public/v1/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
{
"steps": [
{
"rules": [
{
"type": "email"
}
]
}
]
}