userList

Element:
Users
Type:
userList
Namespace:
http://www.vmware.com/vchs/iam/v2.0
Description:
Encapsulates a list of user elements.
Since:
5.7
Schema:
User.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<Users xmlns="http://www.vmware.com/vchs/iam/v2.0" xmlns:MetaTypes_v2.0="http://www.vmware.com/vchs/iam/MetaTypes/v2.0">
    <User id="xs:string">
        <MetaTypes_v2.0:meta>
            <created> xs:date </created>
            <modified> xs:date </modified>
        </MetaTypes_v2.0:meta>
        <schemas> xs:string </schemas>
        <state> xs:string </state>
        <companyId> xs:string </companyId>
        <customerNumber> xs:string </customerNumber>
        <email> xs:string </email>
        <familyName> xs:string </familyName>
        <givenName> xs:string </givenName>
        <roles>
            <role id="xs:string">
                <description> xs:string </description>
                <name> xs:string </name>
                <rights>
                    <id> xs:string </id>
                    <name> xs:string </name>
                </rights>
            </role>
        </roles>
        <serviceGroups>
            <serviceGroup>
                <serviceGroupId> xs:string </serviceGroupId>
                <displayName> xs:string </displayName>
            </serviceGroup>
        </serviceGroups>
        <tosAcceptDate> xs:dateTime </tosAcceptDate>
        <tosAccepted> xs:boolean </tosAccepted>
        <userName> xs:string </userName>
    </User>
</Users>

Elements

Element Type Required Modifiable Since Deprecated Description
User user No 5.7 User type element Contains : companyId : id of the company associated with the user. customerNumber : Customer number email : email Id. familyName :Last name. givenName : First name. roles : List of roles associated with user. serviceGroupIds : Enumerates list of service groupIds for user. tosAcceptDate : terms of service agreement acceptance date. (Un-modifiable) tosAccepted : terms of service acceptance status.(Un-modifiable) true = accepted , false = not accepted. userName : unique name (alias) of the user.