Loading...
Developer Guide
API Reference
MCP
Resources
Release Notes
English
Log in
Beta
User profiles
Copy page
User Profiles
Create User Profile
POST
/v1/user_profiles
List User Profiles
GET
/v1/user_profiles
Get User Profile
GET
/v1/user_profiles/{id}
Update User Profile
POST
/v1/user_profiles/{id}
Create Enrollment URL
POST
/v1/user_profiles/{id}/enrollment_url
Models
Expand
Collapse
BetaUserProfile
=
object
{
id
,
created_at
,
metadata
,
4 more
}
id
:
string
created_at
:
string
A timestamp in RFC 3339 format
metadata
:
map
[
string
]
trust_grants
:
map
[
BetaUserProfileTrustGrant
{
status
}
]
status
:
string
type
:
string
updated_at
:
string
A timestamp in RFC 3339 format
external_id
:
optional
string
BetaUserProfileEnrollmentURL
=
object
{
expires_at
,
type
,
url
}
expires_at
:
string
A timestamp in RFC 3339 format
type
:
string
url
:
string
BetaUserProfileTrustGrant
=
object
{
status
}
status
:
string