---
title: "Updates the start or end date for a user authorization."
method: PUT
path: "/v2.1/accounts/{accountId}/users/{userId}/authorization/{authorizationId}"
tags: ["Authorizations"]
---

# Updates the start or end date for a user authorization.

`PUT /v2.1/accounts/{accountId}/users/{userId}/authorization/{authorizationId}`

Updates the start and/or end date for a given user authorization. Specify the user authorization and principal user with the path parameters.

To call this endpoint, you must be an account administrator or you must be the principal user for the specified authorization.

## Path parameters

- `accountId` string, required
- `authorizationId` string, required
- `userId` string, required

## Request body

- UserAuthorizationUpdateRequest — The request object to update a user authorization.
  - `endDate` string — The end date for the user authorization. The default value is the max UTC value: `9999-12-31T23:59:59.0000000+00:00`.
  - `startDate` string — The start date for the user authorization. The default value is the current date and time.

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

## Changes

- **2023-04-14** (v2) `6efbc3a0673b` — 1 info
  - endpoint added
- **2019-07-18** (v2) `8ad1b5a40f1b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/docusign/apis/docusign-esignature-rest-api/changes/v2.1/accounts/:accountId/users/:userId/authorization/:authorizationId/put.md)

---

[API](https://skmtc.dev/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.dev/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/docusign/apis/docusign-esignature-rest-api/revisions/77f1998c313d?raw)
