---
id: v1-user-level-summary-dto
title: UserLevelSummaryDTO
pagination_label: UserLevelSummaryDTO
sidebar_label: UserLevelSummaryDTO
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'UserLevelSummaryDTO', 'v1UserLevelSummaryDTO']
slug: /tools/sdk/typescript/custom_user_levels/models/user-level-summary-dto
tags: ['SDK', 'Software Development Kit', 'UserLevelSummaryDTO', 'v1UserLevelSummaryDTO']
---

# UserLevelSummaryDTO

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | The unique identifier of the UserLevel. | [default to undefined]
**name** | **(optional)** `string` | The human-readable name of the UserLevel. | [default to undefined]
**description** | **(optional)** `string` | A human-readable description of the UserLevel. | [default to undefined]
**legacyGroup** | **(optional)** `string` | The legacy group associated with the UserLevel, used for backward compatibility for the UserLevel id. | [default to undefined]
**rightSets** | **(optional)** `Array<RightSetDTO>` | List of RightSets associated with the UserLevel. | [default to undefined]
**custom** | **(optional)** `boolean` | Indicates whether the UserLevel is custom. | [default to true]
**adminAssignable** | **(optional)** `boolean` | Indicates whether the UserLevel is admin-assignable. | [default to true]
**translatedName** | **(optional)** `string` | The translated name of the UserLevel. | [default to undefined]
**translatedGrant** | **(optional)** `string` | The translated grant message for the UserLevel. | [default to undefined]
**translatedRemove** | **(optional)** `string` | The translated remove message for the UserLevel. | [default to undefined]
**owner** | **(optional)** `PublicIdentity` |  | [default to undefined]
**status** | **(optional)** `string` | The status of the UserLevel. | [default to undefined]
**created** | **(optional)** `string` | The creation timestamp of the UserLevel. | [default to undefined]
**modified** | **(optional)** `string` | The last modification timestamp of the UserLevel. | [default to undefined]
**associatedIdentitiesCount** | **(optional)** `number` | The count of associated identities for the UserLevel. | [default to undefined]

