---
title: "Bulk update of token information for users"
method: POST
path: "/users/tokens"
tags: ["users"]
---

# Bulk update of token information for users

`POST /users/tokens`

By default reissues a new tokens and returns a UsersTokens object with tokens,  successful_updated_users and unsuccessful_updated_users attributes. If `reissue_token` query parameter is false, then tokens are not reissued and old values are used. The api returns `null` as a token in this case.

## Query parameters

- `with_hash` boolean

## Request body

- UsersTokenGetRequest
  - `users_ids` unknown[]
    - unknown

## Response `200`

Updated users tokens object, which also contains the tokens itself

- UsersTokensGetResponse
  - `items` unknown[]
    - unknown

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `404` — The specified resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/revisions/6aef0cb7a151/schema)
