TlvGetPinCodeResponse: ObjectSchema

Returns the PIN for the specified user ID.

If the requested UserID is valid and the Code doesn’t exist, Get RFID Code Response shall have the following format:

UserID = requested User ID UserStatus = 0 (Available) UserType = Null (Not supported) PINCode = 0 (zero length)

If the requested UserID is invalid, send Default Response with an error status. The error status shall be equal to CONSTRAINT_ERROR when User_ID is less than the max number of users supported, and NOT_FOUND if greater than or equal to the max number of users supported.

MatterSpecification.v13.Cluster § 5.2.10.8