WhoAmIResponse.OrganizationId Property

Definition

Gets the ID of the organization that the user belongs to.

public:
 property Guid OrganizationId { Guid get(); };
public Guid OrganizationId { get; }
member this.OrganizationId : Guid
Public ReadOnly Property OrganizationId As Guid

Property Value

ID of the organization that the user belongs to. This corresponds to the Organization.OrganizationId attribute, which is the primary key for the Organization entity.

Applies to