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: string
The application ID for the request.
-
branchCode: string
The branch code for the request.
-
contentType(optional): string
The content type of the request.
-
userId: string
The user ID for the request.
Request Body that contains data required for User to be deallocated.
Root Schema : DeAllocateUserDTO
Type:
objectDeAllocateUserDTO model
Show Source
-
accountId(optional):
string
Account ID
-
endDate(optional):
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:
objectNested Schema : items
Type:
object400 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