aws.finspace_data.get_user
Example SQL Queries
SELECT * FROMaws.finspace_data.get_userWHERE"user_id" = 'VALUE';Description
Retrieves details for a specific user.
Table Definition
| Column Name | Column Data Type |
|---|---|
| user_id Required Input Column The unique identifier for the user that is retrieved. | 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
| |
| api_access Indicates whether the user can use the GetProgrammaticAccessCredentials API to obtain credentials that can then be used to access other FinSpace Data API operations.
| VARCHAR |
| api_access_principal_arn The ARN identifier of an AWS user or role that is allowed to call the GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account. | VARCHAR |
| create_time The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds. | BIGINT |
| email_address The email address that is associated with the user. | VARCHAR |
| first_name The first name of the user. | VARCHAR |
| last_disabled_time Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds. | BIGINT |
| last_enabled_time Describes the last time the user was activated. The value is determined as epoch time in milliseconds. | BIGINT |
| last_login_time Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds. | BIGINT |
| last_modified_time Describes the last time the user details were updated. The value is determined as epoch time in milliseconds. | BIGINT |
| last_name The last name of the user. | VARCHAR |
| status The current status of the user.
| VARCHAR |
| type Indicates the type of user.
| VARCHAR |