Get an array containing usernames that have updated approvals in the within the formsAppId associated with the passed formsAppId. Must be an Approvals Administrator.
formsAppId
const formsAppId = 1const { usernames } = await approvalsService.getFormApprovalUsernames(formsAppId) Copy
const formsAppId = 1const { usernames } = await approvalsService.getFormApprovalUsernames(formsAppId)
Optional
Get an array containing usernames that have updated approvals in the within the formsAppId associated with the passed
formsAppId. Must be an Approvals Administrator.Example