Retrieves the full profile of a user from the Management API.
The parameters containing the user's ID.
A promise that resolves with the user's full profile.
Updates a user's user_metadata.
The parameters containing the user's ID and the metadata to update.
A promise that resolves with the updated user profile.
Defines the contract for a client that interacts with the Auth0 Management API's user endpoints. An instance of this client is typically created with a user-specific management token.