disable_user
(**kwargs)¶Denies access to the FinSpace web application and API for the specified user.
See also: AWS API Documentation
Request Syntax
response = client.disable_user(
userId='string',
clientToken='string'
)
[REQUIRED]
The unique identifier for the user account that you want to disable.
A token that ensures idempotency. This token expires in 10 minutes.
This field is autopopulated if not provided.
dict
Response Syntax
{
'userId': 'string'
}
Response Structure
(dict) --
userId (string) --
The unique identifier for the disabled user account.
Exceptions
FinSpaceData.Client.exceptions.InternalServerException
FinSpaceData.Client.exceptions.ValidationException
FinSpaceData.Client.exceptions.ThrottlingException
FinSpaceData.Client.exceptions.AccessDeniedException
FinSpaceData.Client.exceptions.ResourceNotFoundException
FinSpaceData.Client.exceptions.ConflictException