Skip to main content

Retrieve a user

Retrieve a user with the provided email.

GET/api/v1/integrations/user/

Headers

NameValue
AuthorizationBearer Access Token

Query Parameters

email
required
string <email>

Email of FreJun user

{}

Response

{
"success": true,
"message": "Successfully obtained the user details",
"data": {}
}