---
title: "PUT /token/auth/{guid}"
method: PUT
path: "/token/auth/{guid}"
tags: ["token"]
---

# PUT /token/auth/{guid}

`PUT /token/auth/{guid}`

Update authentication token data by guid

## Path parameters

- `guid` string, required — guid of token

## Request body

- AuthToken
  - `count` integer
  - `data` object[]
    - `active` boolean
    - `create_date` string
    - `creator_guid` string
    - `expire_date` string
    - `guid` string
    - `ip_address` string
    - `lastusage_date` string
    - `limit_calls` integer
    - `name` string
    - `usage_calls` integer
    - `user_object` object
      - `email` string
      - `firstname` string
      - `id` integer
      - `lastname` string
      - `partid` integer
      - `enabled` boolean
      - `usergroup` string
      - `username` string

## Response `201`

AuthTokenUpdateSuccessfulResponse

- AuthTokenUpdateSuccessfulResponse
  - `data` string
  - `message` string

## Other responses

- `400` — FailureResponse

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/versions/2f261ecc6074/schema)
