/
/Public Slite api
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7h ago · Updated 7h ago
  • getAsk a question
  • getList custom content
  • postIndex a custom content
  • deleteDelete custom content
  • getRead a thread
  • getList notes for knowledge management
  • getList public notes for knowledge management
  • getList inactive notes for knowledge management
  • getList empty notes for knowledge management
  • getReturn the authenticated user information.
  • getList notes
  • postCreate a note
  • getReturn a note
  • putUpdate a note
  • deleteDelete a note and its children
  • getReturn note children by parent note id
  • putVerify a note
  • putFlag note as outdated
  • putArchive or unarchive a note
  • putUpdate note owner
  • putUpdate a tile in a note
  • getSearch notes
  • getGet user by ID
  • getSearch users
  • getGet group by ID
  • getSearch groups

Get user by ID

Get a user by ID

get/users/{userId}

Path parameters

userIdstring required

User ID to retrieve

Response

Ok

organizationRolestring

Role of the user in the organization

isGuestboolean

Whether the user is a guest

archivedAtstring date-time nullable

Whether the user is archived

displayNamestring required

Display name of the user

emailstring required

Email address of the user

idstring required

User ID

Changes