isAuthorizedUser

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

Method to get whether the user who made a request on server is an authorized member to make operations on the checked project such upload asset or promote releases, so is the author or a Vendor

Return

whether the user who made a request on server is an authorized 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