Previous page

Next page

Locate page in Contents

Print this page

get_auth_name

Summary:

Returns login information for the security account specified by its SID.

Request specification:

Name

Min/Max

Type

Description

get_auth_name

 

 

 

{

 

 

 

sid

1..1

sidType

Security ID (SID).

realm

0..1

guid_type

The ID of the realm in which you would like to search for the user.

}

 

 

 

Returns:

Name

Min/Max

Type

Description

auth_name

1..1

auth_nameType

The security account login information.

Example:

Input

<packet version="4.0.0" id="2">

<target>authm</target>

<data>

<authm>

<get_auth_name>

<sid>AQQAAAAAAAXoAwAAQSVagwTHaUu6mzyE</sid>

<realm>b5945e8a-68f9-48c2-827c-96af9549e46b</realm>

</get_auth_name>

</authm>

</data>

</packet>

Output

<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns3="http://www.swsoft.com/webservices/vzl/4.0.0/types" xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/authm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="39c461cde46t63cbr1d8" time="2007-04-11T13:10:39+0000" priority="0" version="4.0.0">

<ns1:origin>authm</ns1:origin>

<ns1:target>vzclient13</ns1:target>

<ns1:dst>

<ns1:director>gend</ns1:director>

</ns1:dst>

<ns1:data>

<ns2:authm>

<ns2:auth_name xsi:type="ns3:auth_nameType">

<ns3:name>QWRtaW5pc3RyYXRvcgA=</ns3:name>

<ns3:realm>b5945e8a-68f9-48c2-827c-96af9549e46b</ns3:realm>

</ns2:auth_name>

<ns2:type>1</ns2:type>

</ns2:authm>

</ns1:data>

<ns1:src>

<ns1:director>gend</ns1:director>

</ns1:src>

</ns1:packet>

Please send us your feedback on this help page