v1

latestOpenAPI 3.0.02026-07-13103151174.7 KB
User Profiles

Get User Profile for the Current User in the specified Project

Get User Profile for the authenticated User in the specified Project

get/v1/projects/{project}/userProfile/current

Path parameters

projectstring required

A Project key or ID

Response

_idstring required

Auto-generated unique User Profile ID

_projectstring required

The Project associated with the User Profile

a0_userstring required

ID of the User who created the User Profile

dvcUserIdstring nullable

DVC User Id for User Profile. Mirrors the SDK user_id, which is capped at 200 characters.

createdAtstring date-time required

The date the Project User Profile was created

updatedAtstring date-time required

The date the Project User Profile was last updated

Example response

{
  "_id": "61450f3daec96f5cf4a49946",
  "dvcUserId": "dvc_sdk_user_id"
}