nimblestudio_put_studio_members {paws.end.user.computing}R Documentation

Add/update users with given persona to studio membership

Description

Add/update users with given persona to studio membership.

See https://www.paws-r-sdk.com/docs/nimblestudio_put_studio_members/ for full documentation.

Usage

nimblestudio_put_studio_members(
  clientToken = NULL,
  identityStoreId,
  members,
  studioId
)

Arguments

clientToken

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.

identityStoreId

[required] The ID of the identity store.

members

[required] A list of members.

studioId

[required] The studio ID.


[Package paws.end.user.computing version 0.7.0 Index]