# Get all staff members Get all Staff Members. Endpoint: GET /staff-members Version: 2.0.0 Security: bearerToken ## Response 200 fields (application/json): - `id` (string, required) The unique ID of the [StaffMember](#tag/Staff-Members) Example: "55f9964c-095d-4b8b-bb5e-4118d2e76ad0" - `email` (string, required) Email of the [StaffMember](#tag/Staff-Members) Example: "some-staff-name@dash.app" ## Response 4XX fields (application/json): - `timestamp` (string) The datetime that the error occurred in ISO offset format Example: "2021-02-16T16:21:58.640+00:00" - `status` (integer) The HTTP status code of the error Example: 401 - `error` (string) The title of the error Example: "Unauthorized" - `message` (string) A more detailed error message - `path` (string) The path that was called which led to the error Example: "/folder-settings"