Users

APIs for user information

Users represent the people in your workspace.

With these APIs, you can retrieve user profile information.

Get current user

get

Retrieve profile information and settings for the authenticated user.

Authorizations
Responses
200

User

application/json
get
GET /api/v2/user HTTP/1.1
Host: felt.com
Authorization: Bearer YOUR_API_KEY
Accept: */*
{
  "email": "text",
  "id": "luCHyMruTQ6ozGk3gPJfEB",
  "name": "text"
}

Was this helpful?