Part3 Developers

Me preferences

GET /me/preferences

Get the current user's own preferences

GET
/me/preferences
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.part3.io/v1/me/preferences"
{
  "profile": {
    "uid": "user_99a8b7c6d5",
    "name": "Anika Patel",
    "email": "anika@example.com",
    "title": "Project Architect",
    "phone": "+1-416-555-0142"
  },
  "notifications": {
    "emailPreferenceLabel": "Assigned to me"
  },
  "security": {
    "mfaEnrolled": true,
    "emailVerified": true
  }
}
{
  "error": "User record not found"
}
{
  "error": "User record not found"
}