--- Title: Role object alwaysopen: false categories: - docs - operate - rs description: An object that represents a role linkTitle: role weight: $weight --- An API object that represents a role. | Name | Type/Value | Description | |------|------------|-------------| | uid | integer | Role's unique ID | | account_id | integer | SM account ID | | action_uid | string | Action UID. If it exists, progress can be tracked by the GET /actions/{uid} API (read-only) | | management | 'admin'
'db_member'
'db_viewer'
'cluster_member'
'cluster_viewer'
'user_manager'
'none' | [Management role]({{< relref "/operate/rs/references/rest-api/permissions#roles" >}}) | | name | string | Role's name |