Returns the user type for the specified user ID. If the requested User ID is invalid, send Default Response with an error status equal to FAILURE.

MatterSpecification.v13.Cluster § 5.2.10.28

interface GetUserTypeResponse {
    userId: number;
    userType: DoorLock.UserType;
}

Hierarchy (view full)

Properties

Properties

userId: number
userType: DoorLock.UserType