---
title: "Provision a User"
method: POST
path: "/organizations/{org_id}/users?token={token}"
---

# Provision a User

`POST /organizations/{org_id}/users?token={token}`

Creates the user and returns an id, uid, marketplace information, and created_at parameters for the user.

POST /organizations/:org_id/users?token=:token

## Path parameters

- `org_id` string, required

## Query parameters

- `token` string

## Request body

- object
  - `uid` string — The UID you defined when provisioning the client.
  - `RAW_BODY` string

## Response `201`

201

- object
  - `id` string
  - `uid` string
  - `marketplace` object
    - `token` string
    - `url` string
  - `mobile` object
    - `token` string
  - `location` object
    - `timezone` string
    - `country_code` string
  - `sources` object[]
  - `status` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — 400
- `401` — 401
- `422` — 422

---

[API](https://skmtc.net/validic/apis/inform-data-resources.md) · [All operations](https://skmtc.net/validic/apis/inform-data-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validic/inform-data-resources/versions/a235a1b8636b/schema)
