You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Post Call End

This function ends automatic post call for the specified user if active. 

Any of the parameters:

  • id
  • uid
  • ldapUserName
  • nickName

can be used to match the user.

Only one must be specified.

If more than one is specified, the first user matched using the parameters specified above - in that order - will be used.

URL

GET {baseURL}/users/control/postCallEnd

Parameters

Parameter

Where

Type

Data

idURLIntegerThe ID of the user.
uidURLStringThe UID of the user.
ldapUserNameURLStringThe LDAP user name of the user.
nickNameURLStringThe NickName of the user.

Responses

If the request is performed, 200 OK is returned. See Return Codes for further possible status codes.

  • No labels