rePostPrivate / Client / register_admin
register_admin¶
- rePostPrivate.Client.register_admin(**kwargs)¶
- Adds a user or group to the list of administrators of the private re:Post. - See also: AWS API Documentation - Request Syntax- response = client.register_admin( spaceId='string', adminId='string' ) - Parameters:
- spaceId (string) – - [REQUIRED] - The ID of the private re:Post. 
- adminId (string) – - [REQUIRED] - The ID of the administrator. 
 
- Returns:
- None 
 - Exceptions- rePostPrivate.Client.exceptions.ValidationException
- rePostPrivate.Client.exceptions.AccessDeniedException
- rePostPrivate.Client.exceptions.ResourceNotFoundException
- rePostPrivate.Client.exceptions.ThrottlingException
- rePostPrivate.Client.exceptions.InternalServerException