gitpod.v1.UserService

GetAuthenticatedUser

Gets information about the currently authenticated user.

Use this method to:

  • Get user profile information
  • Check authentication status
  • Retrieve user settings
  • Verify account details

Examples

  • Get current user:

    Retrieves details about the authenticated user.

    {}
    
post/gitpod.v1.UserService/GetAuthenticatedUser

Request body

emptyboolean

Response

Success

Changes