Function backend::service::users::create

source ·
pub async fn create(
    user_id: Uuid,
    user_data: UsersDto,
    app_data: &Data<AppDataInner>,
) -> Result<UsersDto, ServiceError>
Expand description

Create a user data entry for a new user.

§Errors

If the connection to the database could not be established.