get_user_profile

Function get_user_profile 

Source
pub async fn get_user_profile(
    __arg0: State<ApiState>,
    headers: HeaderMap,
    __arg2: Path<String>,
) -> ApiResponse<UserProfile>
Expand description

GET /users/{user_id}/profile Get specific user profile (admin only)