Overview

This type represents an organization user creator.

Members

Show inherited members

Name Type Description

data

organizationUserUpdater

Data (updater) of the organization user.

familyName

string

Family name of the organization user.

isExtendedEnterpriseUser

boolean

Whether the Organization user is extended enterprise user.

parent

beeId<community>

Parent of the organization user.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:organizationUserCreator xsi:type="obh:organizationUserCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <data>your_organizationUserUpdater_0</data>
        <familyName>your_string_0</familyName>
        <isExtendedEnterpriseUser>your_boolean_0</isExtendedEnterpriseUser>
        <parent>your_beeId_0</parent>
</obh:organizationUserCreator>

Referenced By Representaions

Not Referenced Directly by Representations