# Get staff **GET /v1/staff/{id}** ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **id** (string) Staff ID ## Responses ### 200 Successful response #### Body: application/json (object) - **id** (string) id - **companyId** (string) Company ID - **firstname** (string) First name - **lastname** (string) Last name - **email** (string | null) Email address - **phone** (string | null) Phone number - **permissionSet** (string | null) - **jobTitle** (string | null) Job title - **invitationStatus** (string) - **archivedAt** (string(date-time) | null) Archived at date - **deletedAt** (string(date-time) | null) Deleted at date - **joinedAt** (string(date) | null) Joined at date - **createdAt** (string(date-time) | null) Created at date - **profilePicture** (string | null) Profile Picture [Powered by Bump.sh](https://bump.sh)