---
title: "POST /api/v1/users/verify-token/"
method: POST
path: "/api/v1/users/verify-token/"
tags: ["users", "v1"]
---

# POST /api/v1/users/verify-token/

`POST /api/v1/users/verify-token/`

Get user data for provided auth_token.

## Request body

- VerifyAuthTokenRequest
  - `auth_token` string, required

## Response `201`

- VerifyAuthTokenResponse
  - `key` string, required
  - `user_name` string, required
  - `release_version` string, required
  - `user` ProjectDetailOwnersDataInner, required
    - `id` integer
    - `uid` string, uuid
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `last_name` string
    - `first_name` string
    - `email` string, email, required
    - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
    - `is_staff` boolean — Designates whether the user can log into this admin site.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `name` string
    - `initials` string
    - `organization` string, nullable
    - `photo` string
    - `permissions` object
    - `groups` integer[] — The groups this user belongs to. A user will get all permissions granted to each of their groups.

## Other responses

- `403`

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
