Create a new user.
Version: v3
The authenticated user must be an admin.
Request Type: POST
Endpoint:
/v3/people/ |
Request Body:
{ "accept": "accept", "password": "foo", "password2": "foo", "email": "abc2234@trifacta.com", "name": "abc2" } |
Response Status Code - Success: 201 - Created
Response Body Example:
{ "outputHomeDir": "/trifacta/queryResults/abc2234@trifacta.com", "isAdmin": false, "isDisabled": false, "id": 2, "email": "abc2234@trifacta.com", "name": "abc2", "updatedAt": "2017-02-08T19:07:08.985Z", "createdAt": "2017-02-08T19:07:08.985Z", "ssoPrincipal": null, "hadoopPrincipal": null, "cpPrincipal": null, "lastLoginTime": null, "awsConfig": null } |
Request properties:
Property | Description |
---|---|
accept | This property must be set to accept to create the user. |
password2 | This value confirms the value for password . These two property values must be identical. |
For more information on the properties of a user, see API People Get v3.