@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias GetUserErrors

    type GetUserErrors = {
        "401": ProblemDetail;
        "403": ProblemDetail;
        "404": ProblemDetail;
        "500": ProblemDetail;
    }
    Index

    The request lacks valid authentication credentials.

    Forbidden. The request is not allowed.

    The user with the given username was not found.

    An internal error occurred while processing the request.