GETTING STARTED
Introduction
Core capabilities of Workspace.ai
Release Notes
Product Keyboard Shortcuts
FAQ

WORKSPACES - ORGANIZE YOUR WORK
Workspace Overview
Create a new workspace
Join an existing workspace
Perform other actions on a workspace board
Upload files to your workspace
Add Boards to workspace
Create Folder

TABLE
Table Overview
Create a new table from scratch
Import data into your table
Connect to an existing data source
Create a new table from a template
Add a column to the table
Collaborate using Add ON in a table
Add a new view to the table
Other options in the table
Perform other actions in the table
Perform other actions on a record in a table

APPLICATION
Application Overview
Create a new application
Add a new table to your application
Perform other actions in an application

AUTOMATIONS & INTEGRATIONS
Automations & Integrations Overview
Create automation and automation triggers
Integration with external third-party tools

DOCUMENTS
AI Document Overview
Create a new document
Create a new document from a template
Modify the document using contextual items
Manage your document
Perform other actions in the document

EMBED
Embed Overview
Embed a webpage
Perform other actions on the embedded webpage

HOME
Home page overview

TO-DOs
To-Do Overview
Create a new task
Perform other actions in the To-Dos list
Filter options in the To-do list

CALENDAR
Calendar Overview
Create a new Calendar event

UNIVERSAL SEARCH
Search Overview
How to use the search and apply filters
Connect to an external search skill for extended search

ADMINISTRATION
Add a new bot skill

WORK WITH KORA BOT
Kora Overview & Capabilities
How to use the Kora Bot
Manage Widgets in Kora Bot

ANALYTICS
Analytics Overview
Create a new dashboard
Perform other actions in a dashboard
Add a widget in a dashboard
Perform more actions on a widget

API REFERENCE
API Introduction
Generating an API key
List of APIs
User Profile APIs
Get self-user profile
Search for users account
Search for workspaces of users
Table App APIs
Search for a Table App for which user got access
Get specific tableapp by tablapp ID
Get specific table of a tableapp using table ID
Get rows of a table
Create row inside a table with content
Get specific row of a table using rowID
Update specific row of a table using rowID
Delete specific row of a table using rowID
Poll for table row updates from specific time
  1. Home
  2. User Profile API's
  3. Get self-user profile

Get self-user profile

Description

To get full details of your profile.

Note: To use this API a personal user profile token must be generated. For more information about how to get an API key see, Generating API key.
GET https://app.workspace.ai/api/public/user/me

Header

Invoke the API with JWT in the header with the following syntax:

auth: {{apiKey}}

Response Content Type

application/json

Sample Request

curl --location --request GET 'https://Workspace.ai.kore.ai/public/user/me' \
--header 'auth: {{apiKey}}'

Sample Response

{
"userId": "u-1063ff23-a182-595c-98e8-cfdd9964fefa",
"accountId": "ac-99d8eb31-64c0-5f61-abcd-6b1bb0545777",
"firstName": "Workspace.ai",
"lastName": "Team",
"orgId": "o-232b5ddf-4925-5978-bded-d8d5131aa62c",
"emailId": "Workspace.ai.team@kore.com"
}

 

© 2023 Kore.ai, Inc. – All trademarks are the property of their respective owners.

Menu