+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "UserOrgDTO" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## UserOrgDTO interface Signature ```typescript export interface UserOrgDTO ``` Import ```typescript import { UserOrgDTO } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [name](#name-property) | string | | | [orgId](#orgid-property) | number | | | [role](#role-property) | OrgRole | | ### name property Signature ```typescript name: string; ``` ### orgId property Signature ```typescript orgId: number; ``` ### role property Signature ```typescript role: OrgRole; ```