User
Get User By ID
Retrieves detailed information about a specific user by their unique identifier. This tool allows you to access user data, preferences, and settings for a single user in your application.
This tool is part of the User Tools category.
Parameters
Name | Type | Required | Description |
---|---|---|---|
user_id | string | Yes | The ID of the user to retrieve |
Example Request
Example Response
Usage Notes
- If the specified user does not exist, a
404 Not Found
error will be returned. - User IDs are unique within your tenant application.
- The response includes basic user information such as email, name, and preferences.
- Additional user metadata may be included depending on your application’s configuration.
- Use this method when you need detailed information about a specific user.
- For bulk operations, consider using Get Users By Tenant App instead.
Related Tools
- Get Users By Tenant App - Get all users for your application
- Get User Accounts - Get all accounts connected to a user
- Create User - Create a new user in the system