Manage organization profiles

Organization profiles allow providers to organize their Internal Marketplace listings by department. For example, individual organization profiles can be created for sales, marketing, and human resources. This allows providers to identify and brand organizational listings that are specific to their organization’s business unit, and associate all organizational listings created within their business unit with the same organization profile.

Organization profiles provide consumers with a reliable method to confirm that the organizational listings they use come from trusted sources within their organization. Organization profiles also allow consumers to filter and locate organizational listings that are specific to their business unit or use case.

Note

Organization profiles cannot be used outside an organization’s Internal Marketplace, and they are unique within an organizational data cloud. Organization profiles must be created and modified programmatically, but they can be assigned to an organizational listing in Snowsight. To create and manage organization profiles programmatically, see Organization profile commands.

An organization account is required to create and manage organization profiles. To learn more about organization accounts, see Organization accounts.

Organization profile format

An organization profile forms part of the Uniform Listing Locator (ULL) and the format of an organization profile is ORGDATACLOUD${org_profile_name}${organizational_listing_name}. The ULL identifies the organization profile and its associated organizational listing. The ULL can be used in programmatic queries similar to this example:

SELECT * FROM "ORGDATACLOUD$<ProfileName>$<ListingName>.<SchemaName>.<TableName>;
Copy

Assign an organization profile to a new organizational listing

  1. Sign in to Snowsight.

  2. In the navigation menu, select Data Products » Provider Studio.

  3. In the right pane, click the Listings tab.

  4. Click + Create listing » Internal Marketplace.

  5. Click Select a Profile.

  6. Select an organization profile in the Profile list.

  7. Click Save.

  8. Complete the organizational listing setup. See Create an organizational listing.

Assign an organization profile to an existing organizational listing

An organization profile can only be assigned to draft organizational listings. If the organizational listing has been published, an organization profile cannot be assigned or changed.

  1. Sign in to Snowsight.

  2. In the navigation menu, select Data Products » Provider Studio.

  3. In the right pane, click the Listings tab.

  4. Click an organizational listing in the list.

  5. Click the organization profile name below the organizational listing name.

  6. Select an organization profile in the Profile list.

  7. Click Save.

Edit the default organizational listing support contact email address

By default, the contact support email defined in the organization profile appears on the organizational listing landing page. You can specify a custom support email address or URL when the original email address changes.

  1. Sign in to Snowsight.

  2. In the navigation menu, select Data Products » Provider Studio.

  3. In the right pane, click the Listings tab.

  4. Click an organizational listing in the list.

  5. In the Details section, click Edit next to the support contact email address.

  6. Select Use custom email or URL in the Profile list.

  7. Enter an email address or a URL.

  8. Click Save.