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( adminId='string', spaceId='string' )
- Parameters:
adminId (string) –
[REQUIRED]
The ID of the administrator.
spaceId (string) –
[REQUIRED]
The ID of the private re:Post.
- Returns:
None
Exceptions
rePostPrivate.Client.exceptions.AccessDeniedException
rePostPrivate.Client.exceptions.ValidationException
rePostPrivate.Client.exceptions.ResourceNotFoundException
rePostPrivate.Client.exceptions.ThrottlingException
rePostPrivate.Client.exceptions.InternalServerException