Latest version of this endpoint: API People Patch v4.
Contents:
Updates the platform account information for a user specified by userId.
Version: v3
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: PATCH
Endpoint:
/v3/people/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier of the user to update. |
Request URI - Example:
/v3/people/2
Request Body:
{ "outputHomeDir": "/trifacta/queryResults/joe@example.com", "email": "joe@example.com", "name": "Joe Example", "ssoPrincipal": null, "hadoopPrincipal": null, "cpPrincipal": null, "isAdmin": false, "isDisabled": false, "awsConfig": null }
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 2, "updatedAt": "2017-05-18T19:46:46.839Z" }
Reference
For more information on these properties, see API People Get v3.
This page has no comments.