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
badgeIdstringformat GUID

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


createdDatestringRead-onlyformat date-time

Date and time the badge assignment was created.


extendedFieldsExtendedFields

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

Learn more about extended fields.


idstringRead-onlyformat GUID

Badge assignment ID.


memberIdstringformat GUID

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


tagsTags

Tags allow you to classify ticket reservations.

Learn more about tags.


updatedDatestringRead-onlyformat date-time

Date and time the badge assignment was updated.

Did this help?