pub async fn get_user_roles(
__arg0: State<ApiState>,
__arg1: Extension<AuthToken>,
__arg2: Path<String>,
) -> Result<Json<ApiResponse<UserRolesResponse>>, StatusCode>Expand description
Get user roles GET /api/v1/rbac/users/{user_id}/roles