2023-04-25 16:58:47 +02:00
---
title: createRole
slug: /main-concepts/metadata-standard/schemas/api/teams/createrole
---
# CreateRoleRequest
*Request for creating a Role entity*
## Properties
2025-01-15 17:46:55 +05:30
- **`name` **: Refer to *[../../type/basic.json#/definitions/entityName](#/../type/basic.json#/definitions/entityName)* .
2023-04-25 16:58:47 +02:00
- **`displayName` ** *(string)* : Optional name used for display purposes. Example 'Data Consumer'.
2025-01-15 17:46:55 +05:30
- **`description` **: Optional description of the role. Refer to *[../../type/basic.json#/definitions/markdown](#/../type/basic.json#/definitions/markdown)* .
2023-08-27 10:55:55 +02:00
- **`policies` ** *(array)* : Policies that is attached to this role. At least one policy is required.
2025-01-15 17:46:55 +05:30
- **Items**: Refer to *[../../type/basic.json#/definitions/entityName](#/../type/basic.json#/definitions/entityName)* .
- **`domain` ** *(string)* : Fully qualified name of the domain the Table belongs to.
2023-04-25 16:58:47 +02:00
2025-01-15 17:46:55 +05:30
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.