SHOW AVAILABLE ORGANIZATION PROFILES¶
Lists the organization profiles available in the user’s organization.
- See also:
ALTER ORGANIZATION PROFILE, CREATE ORGANIZATION PROFILE, DESCRIBE AVAILABLE ORGANIZATION PROFILE, DESCRIBE ORGANIZATION PROFILE, DROP ORGANIZATION PROFILE, SHOW ORGANIZATION PROFILES, SHOW VERSIONS IN ORGANIZATION PROFILE
Syntax¶
SHOW AVAILABLE ORGANIZATION PROFILES
Output¶
The output of the command includes the following columns, which describe the properties and metadata of the object:
Column |
Description |
---|---|
|
The date and time when the organization profile was created. |
|
The name of the organization profile. |
|
Indicates the organization profile is system generated. |
|
The organization profile state. One of ACTIVE or DRAFT. |
|
The name of the organization associated with the organization profile. |
|
The title of the organization profile. |
|
The description of the organization profile. |
|
The contact email of the owner of the organization profile. |
|
The contact email of the access approver of the organization profile. |
|
Whether the current user can publish organizational listings using this organization profile. One of |
Examples¶
The following example lists the organization profiles that you have the privileges to access:
SHOW AVAILABLE ORGANIZATION PROFILES;
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+
|created_on |name |system_generated |state |organization_name |title |description |owner_contact |approver_contact |can_publish_listings_with_profile |
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+
|2025-01-01 01:01:01.000 |ORGPROFILE |FALSE |ACTIVE |TESTORG |My Organization Profile |Organization profile description |test@test.com |test@test.com |TRUE |
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+