Skip to content
Open with AI

Get a user

GET
/v1/users/{id}
curl --request GET \
--url https://proficient-seahorse-829.eu-west-1.convex.site/v1/users/user_k970b359khfwwny0q8fjah1hc97gtcwm \
--header 'Authorization: Bearer <token>'

Retrieves a user the caller shares a team with.

id
required

User ID

string
>= 1 characters
Example
user_k970b359khfwwny0q8fjah1hc97gtcwm

User ID

The user

Media typeapplication/json
object
id
required
string
email
required
string | null
created_at
required
number
Example
{
"id": "user_k970b359khfwwny0q8fjah1hc97gtcwm",
"email": "ada@example.com",
"created_at": 1748875980
}

User not found

Media typeapplication/json
object
error
required
string
Example
{
"error": "Render not found"
}