User Certifications: Sample Flows

This article presents a possible use case and corresponding sample flow that you can support. It provides a useful starting point as you plan your implementation.

Identify which team members hold a certification

An account certification aggregates the user certifications, held by an account's team members, that qualify the account for a certification type. To find out which team members are behind an account's certifications:

  1. Call Query Account Certifications for your account.
  2. For each returned account certification, read its userCertificationIds.
  3. For each ID, call Get User Certification and read userId to identify the team member who holds the certification, and certificationType to confirm which certification it is.

Last updated: 15 July 2026

Did this help?