Skip to content

Commit f9c6dc4

Browse files
authored
Add email details to User Create description (#384)
* Add email details to User Create description
1 parent 622d090 commit f9c6dc4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

openapi.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,10 +1885,12 @@ paths:
18851885
- Account
18861886
summary: User Create
18871887
description: >
1888-
Creates a User on your Account. Once created, the User will be
1889-
able to log in and access portions of your Account. Access is
1890-
determined by whether or not they are restricted, and what grants they
1891-
have been given.
1888+
Creates a User on your Account. Once created, a confirmation message containing
1889+
password creation and login instructions is sent to the User's email address.
1890+
1891+
1892+
The User's account access is determined by whether or not they are restricted,
1893+
and what grants they have been given.
18921894
operationId: createUser
18931895
x-linode-cli-action: create
18941896
security:

0 commit comments

Comments
 (0)