Skip to content

Commit 0c1c3e7

Browse files
authored
Merge branch 'main' into DDOC-1073-metadata-content-explorer
2 parents 9bcba46 + 0e94ce9 commit 0c1c3e7

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

content/guides/events/enterprise-events/for-enterprise.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ exhaustive, so it is possible events appear that are not listed.
123123
| `COMMENT_CREATE` | A comment is created on a file |
124124
| `COMMENT_DELETE` | A comment is deleted on a file |
125125
| `CONTENT_ACCESS` | A file is accessed by an authorized end user or programmatically by a Box application |
126+
| `CONTENT_RECOVERY_REPORT_CREATE` | A Content Recovery report is created |
127+
| `CONTENT_RECOVERY_REPORT_DELETE` | A Content Recovery report is deleted  |
128+
| `CONTENT_RECOVERY_REPORT_INITIATE` | A Content Recovery report is initiated |
126129
| `CONTENT_WORKFLOW_ABNORMAL_DOWNLOAD_ACTIVITY` | A policy set in the Admin console is triggered |
127130
| `CONTENT_WORKFLOW_AUTOMATION_ADD` | An automation is added |
128131
| `CONTENT_WORKFLOW_AUTOMATION_DELETE` | An automation is deleted |

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)