isUserQualified

protected open fun isUserQualified(userId: String, projectId: String): Boolean

Method to get whether the user who made a request on server is a qualified member to make operations on the checked project such comment release, so is a Customer

Return

whether the user who made a request on server is a qualified member to make operations on the checked project as boolean

Parameters

userId

: the identifier of the user who made request

projectId

: the identifier of the checked project