Learn R Programming

paws.management (version 0.1.6)

organizations_describe_organizational_unit: Retrieves information about an organizational unit (OU)

Description

Retrieves information about an organizational unit (OU).

Usage

organizations_describe_organizational_unit(OrganizationalUnitId)

Arguments

OrganizationalUnitId

[required] The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

Request syntax

svc$describe_organizational_unit(
  OrganizationalUnitId = "string"
)

Details

This operation can be called only from the organization\'s master account.

Examples

Run this code
# NOT RUN {
# The following example shows how to request details about an OU:/n/n
# }
# NOT RUN {
svc$describe_organizational_unit(
  OrganizationalUnitId = "ou-examplerootid111-exampleouid111"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab