View source: R/rekognition_operations.R
rekognition_create_user | R Documentation |
Creates a new User within a collection specified by CollectionId
. Takes UserId
as a parameter, which is a user provided ID which should be unique within the collection. The provided UserId
will alias the system generated UUID to make the UserId
more user friendly.
See https://www.paws-r-sdk.com/docs/rekognition_create_user/ for full documentation.
rekognition_create_user(CollectionId, UserId, ClientRequestToken = NULL)
CollectionId |
[required] The ID of an existing collection to which the new UserID needs to be created. |
UserId |
[required] ID for the UserID to be created. This ID needs to be unique within the collection. |
ClientRequestToken |
Idempotent token used to identify the request to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.