v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBRules
List teammate rules
List the rules of a teammate.
Required scope: rules:read
get/teammates/{teammate_id}/rules
Path parameters
teammate_idstring required
The teammate ID. Alternatively, you can supply an email as a resource alias.
Response
Array of Rules
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/rules"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/rules/rul_58xhq"
},
"id": "rul_58xhq",
"name": "Scranton new account workflow"
}
]
}