Skip to main content

Create Identifier Entity

Create Identifier Entity

Request Body required
  • identifier_owner object
  • name string
  • type string

    Possible values: [owner, guest]

  • identifier_type string

    Possible values: [card, ukey, inputCode, face_id, qr]

  • identifier_number hex
    • hex, number or face eiginvalue data in Base64.
    • This param isn't required if you crete face identifier by uploading image.
  • lock string

    Possible values: [first, second, all]

Responses

OK


Schema
  • uid integer

    Possible values: >= -1

    UID for entities referenses. If value is -1, then it means that is no entity reference for this structure

Loading...