kibana/docs/api/role-management.asciidoc
Kaarina Tungseth fda3196611
[DOCS] Updates API requests and examples (#60695)
* [DOCS] Updates API requests and examples

* Review comments
2020-03-20 16:33:20 -05:00

23 lines
862 B
Plaintext

[role="xpack"]
[[role-management-api]]
== {kib} role management APIs
Manage the roles that grant <<kibana-privileges, {kib} privileges>>.
WARNING: Do not use the {ref}/security-api.html#security-role-apis[{es} role management APIs] to manage {kib} roles.
The following {kib} role management APIs are available:
* <<role-management-api-put, Create or update role API>> to create a new {kib} role, or update the attributes of an existing role
* <<role-management-api-get, Get all {kib} roles API>> to retrieve all {kib} roles
* <<role-management-specific-api-get, Get specific role API>> to retrieve a specific role
* <<role-management-api-delete, Delete role API>> to delete a {kib} role
include::role-management/put.asciidoc[]
include::role-management/get.asciidoc[]
include::role-management/get-all.asciidoc[]
include::role-management/delete.asciidoc[]