/
/Melody Auth S2S API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-07-17
Apps5
Logs6
Roles5
Scopes5
Users15
  • getGet a list of users
  • getGet a single user by authId
  • putUpdate an existing user by authId
  • deleteDelete an existing user by authId
  • getGet a list of locked IPs for a user
  • deleteUnlock all locked IP addresses for a user
  • postSend a verification email to the user
  • getGet a list of apps user has consented to
  • deleteDelete an existing consent for a user by authId and appId
  • postenroll user for email MFA.
  • deleteUnenroll user from email MFA.
  • postenroll user for OTP MFA.
  • deleteRemove user's current OTP MFA setup.
  • postenroll user for SMS MFA.
  • deleteRemove user's current SMS MFA setup.
    Users

    Get a list of users

    Required scope - read_user

    get/api/v1/users

    Query parameters

    page_sizeinteger

    Number of users to return per page

    page_numberinteger

    Page number to return

    searchstring

    Search by name or email

    Response

    A list of users

    countinteger

    Total number of users matching the query

    Changes