userGet user details

POST /users/{user_id}

Overview

Retrieves detailed information for a specific user identified by their user_id.

The response includes basic profile fields such as name, email, and additional metadata associated with the user.

Typical use cases

  • Displaying user information in an admin dashboard

  • Verifying user identity or account metadata

  • Syncing user data across services

Name
Value

Content-Type

application/json

Authorization (API Key)

Bearer <API Key>

Path

Name
Type
Description

user_id

string

User identifier (user_id). Optional on create — if not provided, a system-generated ID will be used More description

Response


Attributes

Attribute
Type
Description

acquisition_source

string

Indicates how the user was acquired api : API integration promotion: promotion member_manual: manual member creation (dashboard)

metadata

object

A set of custom key-value pairs to be stored in the user’s profile.

Show child Attributes

Last updated