get https://api.accelevents.com/rest/host/event//usermanagement/event/staffs
This API returns the list of event staff details like firstName, lastName, country, country code, phone number, photo, state, and many more. This endpoint can be accessed by users with event admin access or greater. This API is used on the manage team page.
Here is the description of response attributes, which returns to the form of JSON.
Attribute | Description |
---|---|
id | The id represents the unique ID of each staff. It will be generated automatically when a new staff person is created. |
isEventOrganizerCreator | Itreturns a boolean value. If the organizer is created in the event it returns true otherwise false. The default value is false. |
role | It contains the role of staff users like admin or staff or white label admin. |
allowToBookMeeting | It allows booking a meeting from the expo page. |
allowDirectMessages | It allows direct messages from the expo page. |
isLoggedInAtVEH | It returns a boolean value. If staff logged in VEH, returns true. |
isAllowAttendeeAccess | It returns a boolean value. Is staff user allowed attendee access? If yes, then return true otherwise false. The default value of isAllowAttendeeAccess is false. |
ticketTypesForStaff | Ticket types for allow attendee access to staff. userId : The userId represents the unique ID of each user. It will be generated automatically when a new user is created. ticketTypeId : It contains the ticket type id which is unique. isStaffOrder : Is staff order present or not. |
firstName | It contains the first name of the staff user, if not passed will be updated as a null value. |
lastName | It contains the last name of the staff user, if not passed will be updated as a null value. |
It contains the email of the staff user. | |
user | email: It contains the email of the user firstName: It contains the first name of the user lastName: It contains the last name of the user countryCode: It contains the country code of the user phoneNumber: It contains the phone number of the user address1: It contains the address of the user address2: It contains the address of the user cityOrProvidence: It contains the city of the user zipcode: It contains the postal/zip code of the user state: It contains the state name of the user country: It contains the country name of the user zapierEnabled: It uses to identify if zapier is enabled or not admin: This field returns 'true' if the user is admin, otherwise it returns false. userLabel: It contains the label if the role of the user is either super admin or admin userProfilePhoto: It contains the User profile photo URL userId: the userId represents the unique ID of each user. It will be generated automatically when a new user is created. photo: It contains a user photo. If a user uploads his/her photo, it returns photo address otherwise returns null. fbUserId: It contains the user's Facebook id googleUserId: It contains the user's Google account id. linkedinUserId: It contains the user's LinkedIn account id signUpDate: It contains the signup date of the user languageCode: It contains the user language code like IN(India). mostRecentEventId: It contains user's most recent event id. If the user created eventOne then this eventOne eventId stored in mostRecentEventId. If he creates an event like EventTwo then this eventTwo eventID stored in mostRecentEventId. |