Skip to main content
GET
Get a provisioned user

Authorizations

Authorization
string
header
required

SCIM token for one organization's directory connection, created with POST /api/scim-tokens or in Settings > SCIM. It authenticates provisioning calls only, and stops working if the organization's Enterprise plan lapses.

Path Parameters

id
string
required

The LangWatch user id.

Response

The user.

schemas
string[]

The SCIM schema URNs this resource conforms to.

id
string

The LangWatch user id. Use it as the resource id in later calls, and as a member value on a group.

userName
string<email>

The member's email address, which is their login.

name
object
emails
object[]
active
boolean

False once the account is deactivated.

meta
object