Staff
Last updated
Was this helpful?
Last updated
Was this helpful?
Scope: visitor
and above
This endpoint retrieves staff details and implements pagination using a cursor-based approach.
You can optionally include a email or code parameter to filter the results based on staff member records. If no filter is provided, all staff details are returned without any condition.
The endpoint supports cursor pagination, where a cursor value is included in the response to facilitate navigation through the results. The maximum number of records per page is limited to 100.
Look up staff members using their email address
Look up staff members using their code
Returns staff members that come after the specified cursor
An alias name that represents a particular brand that is using the API
Scope: visitor
and above
This endpoint retrieves staff member details by an associated member ID.
If the ID is valid, the endpoint retrieves the staff member's record and returns a success message with a JSON object containing their information.
The staff member ID
An alias name that represents a particular brand that is using the API