Previous page

Next page

Locate page in Contents

Print this page

del_user

Summary:

Permanently deletes the specified user(s) from their respective realms.

Call specification:

Name

Min/Max

Type

Description

del_user

 

 

 

{

 

 

 

user

1..[]

auth_nameType

The list of users to delete. You can delete multiple users from multiple realms at the same time -- simply specify the user name and the appropriate realm ID in each instance of the structure.

}

 

 

 

Returns:

OK/Errors

Example:

Input

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

<target>authm</target>

<data>

<authm>

<del_user>

<user>

<name>VGVzdF9Vc2Vy</name>

<realm>3f15a4a2-14e0-17da-b387-599bc36ee36d</realm>

</user>

</del_user>

</authm>

</data>

</packet>

Please send us your feedback on this help page