get https://api.accelevents.com/rest/u/organizer//event//staffs
This API is used to get the list of event admins to show as team members in the organizer portal.
This will display the user details and role.
Path Parameters
organizerId - Unique identifier of the organizer.
eventId - Unique identifier of an event.
Body Parameters
Not Required
Response
Details / Check response object
Authentication required - ✅
Role wise accessibility
Super Admin - ✅
Organizer Admin - ✅
Staff - ❌
Attendee - ❌
Exhibitor - ❌
Speaker - ❌
Modules
Display - ❌
Portal - ❌
Host - ✅
Here is the description of response attributes, which returns in the form of JSON array.
Attribute | Description |
---|---|
id | This is the unique identification number of a team member. |
firstName | This is the first name of the user. |
lastName | This is the last name of the user. |
This is the Email address of a user who registers in the application. | |
role | This is the role of the team member. It can be the admin, staff, or owner of the organizer. |
photo | This represents the profile picture of the user. |
type | This represents that the user is added either as admin in the organizer's page, admin for an event, or staff. |
billingContact | This represents whether the user is part of the billing contact or not. |