join
With
Code
fun joinWithCode(joinCode: String, email: String, name: String, surname: String, password: String, role: <Error class: unknown class>): <Error class: unknown class>
Function to execute the request to join in a project using a textual join code
Return
the result of the request as JSONObject
Parameters
join Code
: the textual join code to use
email
: the email of the user
name
: the name of the user
surname
: the surname of the user
password
: the password of the user
role
: the role of the user