v3
latestSwagger 2.02026-08-067506752.0 MBapproval-delegate
List the approvers the acting user is a delegate for
get/v2/org/{orgId}/approval-delegate/delegated-to-me
Path parameters
orgIdstring required
Org identifier (id or slug)
Response
successful operation
Example response
[
{
"approverUserId": "588f7ee98f138b19220041a7",
"approverName": {
"first": "Jane",
"middle": "Quidditch",
"last": "Public",
"pref": "JQ",
"prefLast": "Smith"
}
}
]