Skip to main content
Skip table of contents

Get User by Id

Die Operation Get User by Id gibt die Daten des Benutzers mit der angegebenen ID aus.

Input

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

Id

ElementBeschreibungMögliche Werte
IdUUID des BenutzersUUID

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>

Beispiele

Input

XML
<?xml version="1.0" encoding="UTF-8"?>
<Id>2302cf2f-9b29-4d62-9c48-67ac5e3b0ddc</Id> 

Output

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<User>
    <Id>2302cf2f-9b29-4d62-9c48-67ac5e3b0ddc</Id>
    <CreatedTimestamp>1634133393343</CreatedTimestamp>
    <Username>exampleuser</Username>
    <Enabled>true</Enabled>
    <Totp>false</Totp>
    <EmailVerified>true</EmailVerified>
    <FirstName>Jane</FirstName>
    <LastName>Doe</LastName>
    <Email>john.doe@example.com</Email>
    <Attributes>
        <Attribute>
            <Name>Employment Relationship</Name>
            <Values>
                <Value>Software Developer</Value>
                <Value>Sub-Team Lead</Value>
            </Values>
        </Attribute>
    </Attributes>
    <NotBefore>0</NotBefore>
    <access>
        <entry>
            <key>manageGroupMembership</key>
            <value>true</value>
        </entry>
        <entry>
            <key>view</key>
            <value>true</value>
        </entry>
        <entry>
            <key>mapRoles</key>
            <value>true</value>
        </entry>
        <entry>
            <key>impersonate</key>
            <value>false</value>
        </entry>
        <entry>
            <key>manage</key>
            <value>true</value>
        </entry>
    </access>
</User>
JavaScript errors detected

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

If this problem persists, please contact our support.