Function got_ya_id::apps::user::views::get_user[][src]

pub async fn get_user(
    id: Path<i32>,
    req: HttpRequest
) -> Result<HttpResponse, Error>

Retrieves a user and their profile by ID

url

/user/{ID}

Authentication Required