Contents:
Retrieve the platform account information for a user specified by userId.
Version: v4
Required Permissions
The authenticated user must be an admin.
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.0/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v4/people/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier of the user to retrieve. |
Request URI - Example:
/v4/people/4
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 2, "email": "joe@example.com", "name": "Joe Guy", "ssoPrincipal": null, "hadoopPrincipal": null, "isAdmin": false, "isDisabled": false, "forcePasswordChange": false, "state": "active", "lastStateChange": null, "createdAt": "2019-02-12T09:04:52.073Z", "updatedAt": "2019-02-12T09:04:52.073Z", "outputHomeDir": "/trifacta/queryResults/joe@example.com", "fileUploadPath": "/trifacta/uploads", "lastLoginTime": "2019-05-19T10:53:11.014Z", "awsConfig": null }
Reference
Property | Description |
---|---|
id | Internal user identifier |
Email address (and loginId) for the user | |
name | Display name for the user |
ssoPrincipal | (If SSO is enabled) Principal value of the user for single-sign on |
hadoopPrincipal | (If secure impersonation is enabled) Hadoop principal value for the user, which determines permissions on the cluster |
isAdmin | If true , the user account is an administrator account. |
isDisabled | If true , the account is disabled. |
forcePasswordChange | (if enabled) When set to true , the user must change the account password on next login. |
state | Current state of the user account:
|
lastStateChange | Timestamp for when the value of the state parameter was changed. |
createdAt | Timestamp for when the user account was created |
updatedAt | Timestamp for when the user account was last modified |
outputHomeDir | Home directory where the user's generated results are written |
fileUploadPath | Path on backend datastore where files uploaded from the user's desktop are stored for use as imported datasets. |
lastLoginTime | Timestamp for when the user last logged in to the product. |
awsConfig | (If AWS integration is enabled) Value contains the S3 credentials, default bucket, and any extra buckets to which the user has access |
For more information on roles, see Manage Users.
This page has no comments.