Skip to content
  • There are no suggestions because the search field is empty.

How can I retrieve information about a specific user?

Fetch detailed user information such as name, role, status, and metadata using FreJun’s User API endpoint with a simple GET request.

FreJun provides a secure and developer-friendly API that allows you to retrieve detailed information about a specific user within your organization. This feature is especially useful for CRM integrations, user validation, role-based access control, and internal automation workflows.

By using FreJun’s User API endpoint, developers can fetch essential user details such as name, email, role, account status, and associated metadata by simply passing the user’s email address in a GET request. This ensures real-time access to accurate user data across integrated systems.

Use a GET request to this endpoint with the user’s email:

/api/v1/integrations/user/?email=<user_email>

This will return details such as:

  • Name
  • Email
  • Role
  • Status
  • Associated metadata. Docs

If you have any more questions or need assistance, feel free to reach out to us at Hello@frejun.com. We’re here to help!

Sign up with FreJun and get your Free Trial