Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 646
    • Issues 646
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !3584

MastoAPI: Add `GET /api/v1/accounts/lookup`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged marcin mikołajczak requested to merge mkljczk/pleroma:mastodon-lookup into develop Dec 28, 2021
  • Overview 10
  • Commits 4
  • Pipelines 4
  • Changes 4

mastodon/mastodon#15740:

Allows converting a username@domain into a local ID quickly (unlike search, it does not resolve anything, and as such, is available without an API token).

This method allows to quickly convert a username of a known account to an ID that can be used with the REST API, or to check if a username is available for sign-up

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mastodon-lookup