amIProjectMember

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

Method to get whether the user who made a request on server is an authorized member of a project

Return

whether the user who made a request on server is an authorized member of a project as boolean

Parameters

userId

: the identifier of the user who made request

projectId

: the identifier of the checked project