Skip to content
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