Skip to main content

post_register

Function post_register 

Source
pub async fn post_register(
    __arg0: State<App>,
    __arg1: Json<RegisterRequest>,
) -> ClResult<(StatusCode, Json<Value>)>
Expand description

POST /api/profiles/register - Create profile after validation Requires a valid registration token (invitation ref)