Skip to content

Commit 5078289

Browse files
authored
Confirm account creation to make changes (#692)
* Add notes * Correct message
1 parent 78e77cb commit 5078289

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

content/guides/users/create-app-user.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ be a name for the app user.
4242
To see all available optional parameters that may be set when creating an app
4343
user, see the [create user endpoint](endpoint://post-users).
4444

45+
<Message type='notice'>
46+
Before you can make any changes to the newly created account, you need to
47+
click the link you receive in the confirmation email.
48+
</Message>
49+
4550
Once the app user is created a user object will be returned. Within the user
4651
object is an ID for the app user, which may be used to make API requests to
4752
modify the user in the future.

content/guides/users/create-managed-user.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ will be a name and an email address for the managed user.
2727
To see all available optional parameters that may be set when creating an app
2828
user, see the [create user endpoint](endpoint://post-users).
2929

30+
<Message type='notice'>
31+
Before you can make any changes to the newly created account, you need to
32+
click the link you receive in the confirmation email.
33+
</Message>
34+
3035
A user object will be returned from the create user request. Within the user
3136
object is an ID for the managed user, which may be used to make API requests to
3237
modify the user in the future.

0 commit comments

Comments
 (0)