Skip to content

SudoSOS Back-end API / internal/spec/user-request-spec / verifyCreateUserRequest

Function: verifyCreateUserRequest() ​

ts
function verifyCreateUserRequest(createUserRequest): Promise<Either<Joinable, CreateUserRequest>>;

Parameters ​

ParameterType
createUserRequestCreateUserRequest

Returns ​

Promise<Either<Joinable, CreateUserRequest>>