pub async fn get_identity(
    configuration: &Configuration,
    id: &str,
    include_credential: Option<Vec<String>>
) -> Result<Identity, Error<GetIdentityError>>
Expand description

Return an identity by its ID. You can optionally include credentials (e.g. social sign in connections) in the response by using the include_credential query parameter.