---
title: "CustomerOrganization interface"
canonical: "https://support.appfire.com/space/JMWE/461406262/CustomerOrganization%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the CustomerOrganization interface you can use on an Organization field of a Service Desk issue, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/display/JMWE/Accessing+the+fields+of+an+issue) when you [access the Organizations](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/461702032/Pre-defined+custom+fields#Pre-definedcustomfields-Organizations).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| `getName``()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | <span style="color: #474747">Name of the </span>`Organization` |
| `getId``()` | [Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) | <span style="color: #474747">ID of the </span>`Organization` |
| `getUsersInOrganization()` | `Set<ApplicationUser>` | <span style="color: #474747">List of users in the </span>`Organization` |