v1

latestOpenAPI 3.0.42026-07-14475158859.0 KB
AppUser

finalize signup process

post/api/users/finalizesignup

Request body

emailstring nullable

Email

secretstring nullable

Secret

passwordstring nullable

password

firstNamestring nullable

First Name

surNamestring nullable

SurName

phoneNumberstring tel nullable

User Mobile Phone Number

Example request

{
  "email": "email@domain.com",
  "secret": "4ozHJQN0X6CebX0He0/xaznhIjvubfySFnwdoCYLLo8=",
  "password": "Test!123",
  "firstName": "Hamid Reza",
  "surName": "Mohammadi",
  "phoneNumber": "+989121234567"
}

Response

OK

boolean required