Aukro WebAPI

doRemoveFromBlackList

This method allows for removing indicated users from blacklist of a logged-in user.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. usersIdArray | Long[]
    Array of user identifiers (max. 25).
  1. blackListResult | BlackListResStruct[]
    1. userId | Long
      User identifier.
    2. result | Integer
      Result of an attempt of removing a user from a black list (1 - positive, 0 - negative).
  • ERR_BLOCKED_USER_CANT_INVOKE_METHOD
    User whose account has been blocked cannot use this method.
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_USERS_ARRAY_OVERSIZED
    The number of user identifiers exceeds the acceptable limit (max. 25).
  • ERR_WEBAPI_KEY_INACTIVE
    The session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.