Staff Member Object


Properties
idstringRead-onlyformat GUID

Staff member ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the staff member is updated. To prevent conflicting changes, the existing revision must be used when updating a staff member.


createdDatestringRead-onlyformat date-time

Date and time the staff member was created.


updatedDatestringRead-onlyformat date-time

Date and time the staff member was updated.


namestringminLength 1maxLength 120

Staff member name.


statusstring

Staff member status. To change the status, call Update Staff Member.


extendedFieldsExtendedFields

Data extensions.


permissionsArray <string>maxItems 4

Staff member permissions.


loginLinkstringRead-onlyformat WEB_URL

Login link generated for the staff member. This link opens up the Check-in app.


One Of
Choose one of the following parameters

allEventsAllEvents

Generate link for all events on the site. If a staff member is assigned to all events on a Wix site, they're automatically assigned to every new event too.


specificEventsSpecificEvents

Generate link for the specified events.

Did this help?