View source: R/datazone_operations.R
datazone_create_user_profile | R Documentation |
Creates a user profile in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_create_user_profile/ for full documentation.
datazone_create_user_profile(
clientToken = NULL,
domainIdentifier,
userIdentifier,
userType = NULL
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which a user profile is created. |
userIdentifier |
[required] The identifier of the user for which the user profile is created. |
userType |
The user type of the user for which the user profile is created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.