Skip to content

Add email details to User Create description #384

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
Jan 28, 2021
Merged
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
10 changes: 6 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1885,10 +1885,12 @@ paths:
- Account
summary: User Create
description: >
Creates a User on your Account. Once created, the User will be
able to log in and access portions of your Account. Access is
determined by whether or not they are restricted, and what grants they
have been given.
Creates a User on your Account. Once created, a confirmation message containing
password creation and login instructions is sent to the User's email address.


The User's account access is determined by whether or not they are restricted,
and what grants they have been given.
operationId: createUser
x-linode-cli-action: create
security:
Expand Down