Get entry permissions for user
Returns entry permissions for the specified user.
Request
POST
https://api.datalens.tech/rpc/getAuditEntryPermissionsForUser
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"entryIds": [
"example"
],
"userId": "example"
}
|
Name |
Description |
|
entryIds |
Type: string[] IDs of the entries to check permissions for. Example
|
|
userId |
Type: string ID of the user whose permissions should be returned. Example: |
Responses
200 OK
Response
Body
application/json
{}
|
Name |
Description |
||||||||||||
|
[additional] |
Any of 2 types
Example
|