Update an existing user’s information within the Transcrypts system.
| Header | Description |
|---|---|
X-Access-Client-Id | Your Client ID |
X-Access-Secret | Your Access Key |
| Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | Yes | The unique identifier for the user being updated |
| Parameter | Type | Required | Description |
|---|---|---|---|
external_user_id | string | No | External user identifier |
first_name | string | No | User’s first name |
last_name | string | No | User’s last name |
email | string | No | User’s email address |
phone | string | No | User’s phone number |
ssn | string | No | User’s Social Security Number |
| Status Code | Description |
|---|---|
| 400 | Bad Request - Incorrect parameters provided |
| 401 | Unauthorized - Missing or invalid authentication credentials |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - User does not exist |