Account Certification Object


An account certification represents a Wix Academy certification held by an account, such as the Velo, Web Designer, or Wix Studio Developer certification.

An account holds a certification when one or more of its team members hold the corresponding user certification. Each account has at most one account certification per certification type, aggregating all of the account's certified team members for that type.

To read certifications at the individual user level, see the User Certifications API.

Properties
certificationTypestringimmutable

createdDatestringRead-onlyformat date-time

Date and time the account certification was created.


idstringRead-onlyformat GUID

Account certification ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the account certification is updated. To prevent conflicting changes, the current revision must be passed when updating the account certification.

Ignored when creating an account certification.


updatedDatestringRead-onlyformat date-time

Date and time the account certification was last updated.


userCertificationIdsArray <string>format GUIDmaxItems 100

IDs of the user certification records, held by the account's team members, that qualify the account for its certificationType. Up to 100. The list contains no duplicates, and its order isn't guaranteed.

Did this help?