Skip to main content
GET
Get staff member by slug

Authorizations

x-api-key
string
header
default:sfk_your_api_key
required

Storefront API key (sfk_...)

Path Parameters

slug
string
required

Staff member slug

Response

200 - application/json

Staff member retrieved successfully

id
string
required

Unique identifier of the staff member

Example:

"123e4567-e89b-12d3-a456-426614174000"

storeId
string
required

ID of the store that owns this staff member record

Example:

"123e4567-e89b-12d3-a456-426614174111"

userId
string
required

User ID of the staff member login identity (nullable until linked)

Example:

"user-uuid"

scheduleId
string
required

ID of the schedule assigned to this staff member, defines their availability

Example:

"123e4567-e89b-12d3-a456-426614174000"

imageId
string
required

ID of the image associated with this staff member

Example:

"123e4567-e89b-12d3-a456-426614174000"

firstName
string
required

First name of the staff member

Example:

"John"

lastName
string
required

Last name of the staff member

Example:

"Doe"

email
string
required

Email address of the staff member, used for notifications and calendar integration

Example:

"john.doe@example.com"

slug
string
required

URL-friendly slug for the staff member (unique per store)

Example:

"mike"

refreshToken
string
required

Refresh token for integrations like Google Calendar

Example:

"abc123xyz456"

createdAt
string
required

Date and time when the staff member was created

Example:

"2025-05-01T12:00:00Z"

updatedAt
string
required

Date and time when the staff member was last updated

Example:

"2025-05-15T14:30:00Z"

deletedAt
string
required

Date and time when the staff member was soft deleted

Example:

"2025-06-01T09:15:00Z"

schedule
object | null
required

Schedule defining when this staff member is available

products
object[]
required

Products (services) this staff member can provide

locations
object[]
required

Locations where this staff member works

user
object | null
required

Login user linked to this staff member

image
object | null

Profile image of the staff member

Last modified on July 26, 2026