FinSpaceData / Client / disassociate_user_from_permission_group
disassociate_user_from_permission_group¶
- FinSpaceData.Client.disassociate_user_from_permission_group(**kwargs)¶
- Removes a user from a permission group. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_user_from_permission_group( permissionGroupId='string', userId='string', clientToken='string' ) - Parameters:
- permissionGroupId (string) – - [REQUIRED] - The unique identifier for the permission group. 
- userId (string) – - [REQUIRED] - The unique identifier for the user. 
- clientToken (string) – - A token that ensures idempotency. This token expires in 10 minutes. - This field is autopopulated if not provided. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'statusCode': 123 } - Response Structure- (dict) – - statusCode (integer) – - The returned status code of the response. 
 
 
 - Exceptions