aws.workdocs.get_current_user
Example SQL Queries
SELECT * FROMaws.workdocs.get_current_userWHERE"authentication_token" = 'VALUE';Description
Retrieves details of the current user for whom the authentication token was generated. This is not a valid action for SigV4 (administrative API) clients.
This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see Authentication and Access Control for User Applications in the Amazon WorkDocs Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| authentication_token Required Input Column Amazon WorkDocs authentication token. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| user Metadata of the user. | STRUCT( |
Show child fields
| |