Skip to content

Commit

Permalink
deploy: f5cc255
Browse files Browse the repository at this point in the history
  • Loading branch information
dborovcanin committed Aug 26, 2024
1 parent 024badb commit 05dfcc4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions apis/api/openapi/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,32 @@ paths:
"500":
$ref: "#/components/responses/ServiceError"

/users/search:
get:
operationId: searchUsers
summary: Search users
description: |
Search users by name and identity.
tags:
- Users
parameters:
- $ref: "#/components/parameters/Limit"
- $ref: "#/components/parameters/Offset"
- $ref: "#/components/parameters/UserName"
- $ref: "#/components/parameters/UserIdentity"
- $ref: "#/components/parameters/UserID"
security:
- bearerAuth: []
responses:
"200":
$ref: "#/components/responses/UserPageRes"
"400":
description: Failed due to malformed query parameters.
"401":
description: Missing or invalid access token provided.
"500":
$ref: "#/components/responses/ServiceError"

/password/reset-request:
post:
operationId: requestPasswordReset
Expand Down

0 comments on commit 05dfcc4

Please sign in to comment.