Task

  • actionIdentifier
    Type: string
    required
  • createdAt
    Type: string Format: date-time
    required

    The timestamp of when this resource was created. ISO 8601 format.

  • errorMessage
    Type: string nullable
    required
  • id
    Type: integer
    min:  
    -9007199254740991
    max:  
    9007199254740991
    required

    Integer numbers.

  • payload
    Type: object
    required
    • propertyName
      Type: anything
      keys: 
      string
  • status
    Type: string · TaskStatusenum
    required
    values
    • draft
    • todo
    • ongoing
    • completed
    • declined
    • errored
  • triggeredBy
    Type: object · UserEmbednullable
    required
    • countryCode
      Type: string nullable
      required
    • email
      Type: string
      required
    • hrStatus
      Type: string · UserHrStatusenumnullable
      required
      values
      • active
      • terminated
      • pending
    • id
      Type: string
      required
    • idpStatus
      Type: string · UserIdpStatusenumnullable
      required
      values
      • active
      • suspended
      • archived
      • deprovisioned
    • jobKey
      Type: string nullable
      required
    • name
      Type: string
      required
    • personalEmail
      Type: string nullable
      required
    • startDate
      Type: string Format: date-timenullable
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • teamKey
      Type: string nullable
      required
    • terminationDate
      Type: string Format: date-timenullable
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • type
      Type: string · UserIdentityTypeenum
      required
      values
      • employee
      • external
      • service_account
      • agent
  • updatedAt
    Type: string Format: date-time
    required

    The timestamp of the last update to this resource. ISO 8601 format.