Get information about a specific user by ID. Use 'me' to get the current authenticated user.
User ID or 'me' for current user
Promise resolving to user info
List all users in the project. Returns array of user information.
Promise resolving to array of users
Client for managing users in a Sanity project. Provides methods for fetching user information and managing user settings.
Example