Deallocate User By Account ID
post
/api/1.0/user/deAllocateUser
This endpoint is used to deallocate user by account ID.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The application ID for the request.
-
branchCode(required): string
The branch code for the request.
-
contentType: string
The content type of the request.
-
userId(required): string
The user ID for the request.
Request Body that contains data required for User to be deallocated.
Root Schema : DeAllocateUserDTO
Type:
object
DeAllocateUserDTO model
Show Source
-
accountId:
string
Account ID
-
endDate:
string
Deallocation Date
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
URL of newly updated task.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error