SHOW USERS and DESCRIBE USER commands: New column/property in output (Preview)

Attention

This behavior change is in the 2025_05 bundle.

For the current status of the bundle, refer to Bundle History.

Administrators can create users in an account by importing an organization user, which is a global user entity. When this behavior change bundle is enabled, the output of the SHOW USERS and DESCRIBE USER commands includes information to determine whether a user in a regular account was imported from an organization user.

Output of SHOW USERS

When this behavior change bundle is enabled, the output of the SHOW USERS command includes the following new column:

Column name

Data type

Description

is_from_organization_user

BOOLEAN

  • If TRUE, the user was imported from an organization user that is defined in the organization account.

  • If FALSE, the user was created in the regular account and is not linked to an organization user that is defined in the organization account.

Output of DESCRIBE USER

When this behavior change bundle is enabled, the output of the DESCRIBE USER command includes the following new property:

Property

Description

IS_FROM_ORGANIZATION_USER

  • If TRUE, the user was imported from an organization user that is defined in the organization account.

  • If FALSE, the user was created in the regular account and is not linked to an organization user that is defined in the organization account.

Ref: 2066