7shifts · JSON Structure

7Shifts User Structure

7shifts User structure.

Type: object Properties: 13
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

User is a JSON Structure definition published by 7shifts, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id first_name last_name email mobile_number active type invite_status employee_id hourly_wage skill_level created modified

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7shifts/refs/heads/main/json-structure/7shifts-user-structure.json",
  "name": "User",
  "type": "object",
  "description": "7shifts User structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "first_name": {
      "type": "string",
      "description": ""
    },
    "last_name": {
      "type": "string",
      "description": ""
    },
    "email": {
      "type": "string",
      "description": ""
    },
    "mobile_number": {
      "type": "string",
      "description": "Phone number for notifications."
    },
    "active": {
      "type": "boolean",
      "description": "Login permission status."
    },
    "type": {
      "type": "string",
      "description": ""
    },
    "invite_status": {
      "type": "string",
      "description": ""
    },
    "employee_id": {
      "type": "string",
      "description": "Company-assigned employee identifier."
    },
    "hourly_wage": {
      "type": "int64",
      "description": "Wage in cents."
    },
    "skill_level": {
      "type": "int64",
      "description": ""
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}