Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invite parent user with invalid user store domain cause internal server error #21460

Open
sadilchamishka opened this issue Oct 23, 2024 · 0 comments

Comments

@sadilchamishka
Copy link
Contributor

Describe the issue:
$subject

How to reproduce:

'https://localhost/t/<tenant-domain>/o/api/server/v1/guests/invite' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer 2ff18a88-28a9-3869-997d-fd649d94e12b' \
--data-raw '{
    "roles": [
        "<shared-console-administrator-role-id>"
    ],
    "usernames": [
        "<username>"
    ],
    "userDomain" : "<INVALID-DOMAIN>"
}'

Expected behavior:

A client exception should be returned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant