put_studio_members
(**kwargs)¶Add/update users with given persona to studio membership.
See also: AWS API Documentation
Request Syntax
response = client.put_studio_members(
clientToken='string',
identityStoreId='string',
members=[
{
'persona': 'ADMINISTRATOR',
'principalId': 'string'
},
],
studioId='string'
)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
This field is autopopulated if not provided.
[REQUIRED]
The ID of the identity store.
[REQUIRED]
A list of members.
A new studio user's membership.
The persona.
The principal ID.
[REQUIRED]
The studio ID.
dict
Response Syntax
{}
Response Structure
Exceptions
NimbleStudio.Client.exceptions.ResourceNotFoundException
NimbleStudio.Client.exceptions.ConflictException
NimbleStudio.Client.exceptions.ThrottlingException
NimbleStudio.Client.exceptions.ValidationException
NimbleStudio.Client.exceptions.AccessDeniedException
NimbleStudio.Client.exceptions.InternalServerErrorException
NimbleStudio.Client.exceptions.ServiceQuotaExceededException