Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Data returned from the API on StagesApi().stages_invitation_invitations_create() fails validation

Open
#18 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api

Research direction

Start by reproducing the failure through StagesApi().stages_invitation_invitations_create() with authentik_client 2025.10.3, then trace the PartialUser username validation that rejects “Rossi Mario example”. Done means the API client accepts this returned username without raising the validation error.

Written by the indexing model from the issue text.

Description

With authentik_client version 2025.10.3 when using StagesApi().stages_invitation_invitations_create() the client raises the following error:

 1 validation error for PartialUser
username
  Value error, must validate the regular expression /^[\w.@+-]+$/ [type=value_error, input_value='Rossi Mario example', input_type=str]

... the username Rossi Mario example is a valid username

Dominant language
Mustache
Stars
2
Forks
1
Avg merge
15h 5m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from goauthentik/client-python

All issues in goauthentik/client-python

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.