Previous page

Next page

Locate page in Contents

Print this page

get_sid

Summary:

Returns SID of the security account specified by the login info.

Request specification:

Name

Min/Max

Type

Description

get_sid

 

 

 

{

 

 

 

auth_name

1..1

auth_nameType

The login information of the security account to search for.

}

 

 

 

Returns:

Name

Min/Max

Type

Description

sid

1..1

sidType

Security ID.

Example:

Input

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

<target>authm</target>

<data>

<authm>

<get_sid>

<auth_name>

<name>VGVzdF9Vc2Vy</name>

</auth_name>

</get_sid>

</authm>

</data>

</packet>

Output

<?xml version="1.0" encoding="UTF-8"?><ns1:packet 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="17c460aa333t99r350" time="2007-03-21T13:25:05+0000" priority="0" version="4.0.0">

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

<ns1:target>vzclient8</ns1:target>

<ns1:dst>

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

</ns1:dst>

<ns1:data>

<ns2:authm>

<ns2:sid>AQUAAAAAA+hWW5a9ohIJQ6S9aykBIAAA9QEAAA==</ns2:sid>

</ns2:authm>

</ns1:data>

<ns1:src>

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

</ns1:src>

</ns1:packet>

Please send us your feedback on this help page