File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ be a name for the app user.
4242To see all available optional parameters that may be set when creating an app
4343user, 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+
4550Once the app user is created a user object will be returned. Within the user
4651object is an ID for the app user, which may be used to make API requests to
4752modify the user in the future.
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ will be a name and an email address for the managed user.
2727To see all available optional parameters that may be set when creating an app
2828user, 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+
3035A user object will be returned from the create user request. Within the user
3136object is an ID for the managed user, which may be used to make API requests to
3237modify the user in the future.
You can’t perform that action at this time.
0 commit comments