Skip to main content
Skip table of contents

Get Role by Name

Die Operation Get Role by Name gibt die Daten der Rolle mit dem angegebenen Namen aus.

Input-XML

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

Name

ElementBeschreibungMögliche Werte
NameName der RolleBeliebiger String

XSD

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

Beispiel

Input

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

Output

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Role>
    <Id>3915229f-7544-4701-b1dc-6092861d9101</Id>
    <Name>x4_dev_access</Name>
    <Composite>false</Composite>
    <ClientRole>false</ClientRole>
    <ContainerId>X4Realm</ContainerId>
    <Attributes/>
</Role>
JavaScript errors detected

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

If this problem persists, please contact our support.