Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions docs/api/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Sumo Logic supports the following options for API authentication:

See [Access Keys](/docs/manage/security/access-keys) to learn how to generate an access key. Make sure to copy the key you create, because it is displayed only once.

:::info
Because access keys use the permissions of the user running the key, ensure that the user utilizing a key has the [role capabilities](/docs/manage/users-roles/roles/role-capabilities) needed to execute the tasks the key is needed for.
:::

### Access ID and Access Key

When you have an `accessId` and `accessKey`, you can execute requests like the following:
Expand Down
2 changes: 1 addition & 1 deletion docs/manage/security/access-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Managing Access Keys (how to).

* You'll need the [**Create Access Keys** role capability](/docs/manage/users-roles/roles/role-capabilities#security) to create an access key.
* You'll need the [**Manage Access Keys** capability](/docs/manage/users-roles/roles/role-capabilities#security) to manage access keys created by other users in your org.

* Access keys use the permissions of the user running the key. The user utilizing an access key must have the [role capabilities](/docs/manage/users-roles/roles/role-capabilities) needed to execute the tasks the access key is needed for.

## Create an access key

Expand Down
Loading