join With Id

fun joinWithId(    id: 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 by the identifier

Return

the result of the request as JSONObject

Parameters

id

: the identifier of the joining qrcode used

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