Skip to main content
Skip table of contents

Get Group by Id

Die Operation Get Group by Id gibt die Daten der Gruppe mit der angegebenen ID aus.

Input-XML

XML
<?xml version="1.0" encoding="UTF-8"?>
<Id></Id> 

Id

ElementBeschreibungMögliche Werte
IdUUID der GruppeUUID

XSD

XML
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    <xs:element name="Id" type="xs:string"/>
</xs:schema>

Beispiel

Input

XML
<?xml version="1.0" encoding="UTF-8"?>
<Id>78f84034-3129-4636-97c5-189b338deeb4</Id> 

Output

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Group>
    <Id>78f84034-3129-4636-97c5-189b338deeb4</Id>
    <Name>Employee</Name>
    <Path>/Employee</Path>
    <Attributes>
         <Attribute>
            <Name>Employment Relationship</Name>
            <Values>
                <Value>Software Developer</Value>
            </Values>
        </Attribute>
    </Attributes>
    <ClientRoles/>
    <SubGroups/>
    <access>
        <entry>
            <key>view</key>
            <value>true</value>
        </entry>
        <entry>
            <key>manage</key>
            <value>true</value>
        </entry>
        <entry>
            <key>manageMembership</key>
            <value>true</value>
        </entry>
    </access>
</Group>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.