Agency Workers

Agency Worker.

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • created-at* (string) - Date and time that the worker was created in Binti
    • updated-at* (string) - Date and time that the worker was last updated in Binti
    • name* (string) - Agency worker's name
    • email* (string) - Agency worker's email
    • supervisors* (array) - Array of supervisors, indicated by ID and Name
      • id* (number) - Agency Worker primary key.
      • name* (string) - Agency Worker's full name.
    • managers-of-supervisors* (array) - Array of supervisors of supervisors, indicated by ID and Name
      • id* (number) - Agency Worker primary key.
      • name* (string) - Agency Worker's full name.
    • agency-role* (string) - String describing the role granted
    • role-for-permissions* (object) - Minimal identifying data for Agency Worker.
      • id* (number) - Agency Worker primary key.
      • name* (string) - Agency Worker's full name.
    • external-identifier* (string) - Identifier for the agency worker model in an external system
    • sign-in-count* (number) - Number of times this worker has signed into the Binti system.