Feat v0.6.15 user display audit (#50)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #50.
This commit is contained in:
@@ -1355,6 +1355,42 @@ paths:
|
||||
items:
|
||||
type: object
|
||||
|
||||
/api/v1/users/resolve:
|
||||
get:
|
||||
summary: Resolve user identities by ID
|
||||
operationId: resolveUsers
|
||||
tags: [Presence]
|
||||
parameters:
|
||||
- name: ids
|
||||
in: query
|
||||
required: true
|
||||
description: Comma-separated user IDs (max 100)
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
'200':
|
||||
description: Map of user ID to identity record
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
data:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
username:
|
||||
type: string
|
||||
display_name:
|
||||
type: string
|
||||
handle:
|
||||
type: string
|
||||
avatar_url:
|
||||
type: string
|
||||
|
||||
# ──────────────────────────────────────────────
|
||||
# Notifications
|
||||
# ──────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user