Update Permission Set

Version 4.0.24.6 (latest)

Update information about the permission set with a specific id.

Providing save_content permission alone will also provide you the abilities of save_looks and save_dashboards.

Request

PATCH /permission_sets/{permission_set_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
permission_set_id
string
Id of permission set
body
HTTP Body
Expand HTTP Body definition...
body
Permission Set
Expand PermissionSet definition...
can
object
Operations the current user is able to perform on this object
all_access
boolean
built_in
boolean
id
string
Unique Id
name
string
Name of PermissionSet
permissions
string[]
url
string
Link to get this item

Response

200: Permission Set

Datatype
Description
(object)
can
object
Operations the current user is able to perform on this object
all_access
boolean
built_in
boolean
id
string
Unique Id
name
string
Name of PermissionSet
permissions
string[]
url
string
Link to get this item

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

405: Resource Can't Be Modified

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link