core / com.schibsted.account.network.service.client / ClientContract / signUp

signUp

@FormUrlEncoded @POST("api/2/signup") abstract fun signUp(@Header("Authorization") clientBearer: String, @FieldMap params: Map<String, @JvmSuppressWildcards Any>): Call<ApiContainer<ProfileData>>

Creates a user and associates it to an e-mail identifier (should it not be associated to any yet) and requests the backend to send a confirmation e-mail to it.

Parameters

params - The parameters to send along the request.

Return
A representation of the request ready for execution.