Classic APIs
ClassicOrganizationsApi
orgRoleMetadata

orgRoleMetadata

Gets metadata for a specific role of an organization.

Parameters

NameTypeDescription
orgIdOrgIdThe ID of the organization to get a roles metadata for.
roleIdRoleIdThe ID of the role to get metadata for.

Example

const { data: metadata } = await ClassicOrganizationsApi.orgRoleMetadata({
  orgId: "4244556007738484576",
  roleId: "914257001913009232",
}); 

Example Data

{
  id: "914257001913009232",
  organizationId: "4244556007738484576",
  name: "Developer",
  color: "LightOrange",
  updatedTime: 2024-05-31T01:24:02.823Z,
} 

Endpoint

GET /v1/organizations/{orgId}/roles/{roleId}/metadata