User Certification Object


A user certification represents a Wix Academy certification held by an individual user, such as the Velo, Web Designer, or Wix Studio Developer certification.

A user earns a certification by passing the corresponding Wix Academy exam or course. Once earned, a certification is permanent and remains valid until it's removed administratively, so you can treat the presence of a user certification as currently valid. A user holds each certification type at most once.

To read certifications at the account level, see the Account Certifications API.

Properties
certificationTypestringimmutable

createdDatestringRead-onlyformat date-time

Date and time the user certification was created.


idstringRead-onlyformat GUID

User certification ID.


revisionstringRead-onlyformat int64

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

Ignored when creating a user certification.


updatedDatestringRead-onlyformat date-time

Date and time the user certification was last updated.


userIdstringformat GUIDimmutable

ID of the certified user. Set when the certification is created and can't be changed afterward.

Did this help?