Skip to main content
Manage user profiles (User, Department, Merchant) in your organization.

Methods

getProfiles()

Get a paginated list of profiles. Signature:
Parameters: Example:
Response:

createProfile()

Create a new profile. Signature:
Parameters: Example:
Response:
Throws:
  • BadRequestError - Invalid request parameters
  • UnauthorizedError - Missing or invalid API key
  • InternalServerError - Server error

Profile Types

  • User: Individual users in your system
  • Department: Organizational units or departments
  • Merchant: Business entities or merchants

Complete Example