Docs

You are viewing an archived version of the docs.Go to latest version

getUser()

Retrieves a single user by their ID, if the ID is valid. Throws an error otherwise.

const userId = 'my-user-id';

const user = await clerkClient.users.getUser(userId);
  • Name
    userId
    Type
    string
    Description

    The ID of the user to retrieve.

Feedback

What did you think of this content?

Last updated on