Badge Assignment Object


A badge assignment represents the relationship between a badge and a member. When a badge assignment is created, the specified member receives the badge and any associated permissions or privileges.

Properties
idstringRead-onlyformat GUID

Badge assignment ID.


badgeIdstringformat GUID

ID of the badge being assigned to the member. Call the Badges API to retrieve available badges.


memberIdstringformat GUID

ID of the member receiving the badge assignment. Call the Members API to retrieve member information.


createdDatestringRead-onlyformat date-time

Date and time the badge assignment was created.


updatedDatestringRead-onlyformat date-time

Date and time the badge assignment was updated.


tagsTags

Tags allow you to classify ticket reservations.

Learn more about tags.


extendedFieldsExtendedFields

Extended fields allow you to add custom properties beyond the standard reservation data.

Learn more about extended fields.

Did this help?