Skip to content

docs(iam): create user spec #933

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

Merged
merged 2 commits into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/iam/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ async def create_user(
) -> User:
"""
Create a new user.
Create a new user. You must define the `organization_id` and the `email` in your request.
Create a new user. You must define the `organization_id` in your request. If you are adding a member, enter the member's details. If you are adding a guest, you must define the `email` and not add the member attribute.
:param organization_id: ID of the Organization.
:param email: Email of the user.
One-Of ('type'): at most one of 'email', 'member' could be set.
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/iam/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def create_user(
) -> User:
"""
Create a new user.
Create a new user. You must define the `organization_id` and the `email` in your request.
Create a new user. You must define the `organization_id` in your request. If you are adding a member, enter the member's details. If you are adding a guest, you must define the `email` and not add the member attribute.
:param organization_id: ID of the Organization.
:param email: Email of the user.
One-Of ('type'): at most one of 'email', 'member' could be set.
Expand Down