mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 12:27:48 +00:00
Automated commit 'Fixed scopes for identity list and read (#1621)' by github action: 8509651655
This commit is contained in:
@@ -5,6 +5,10 @@ get:
|
||||
summary: List Identities
|
||||
description: >-
|
||||
This API returns a list of identities.
|
||||
security:
|
||||
- UserContextAuth:
|
||||
- "idn:identity:read"
|
||||
- "idn:identity:manage"
|
||||
parameters:
|
||||
- in: query
|
||||
name: filters
|
||||
|
||||
@@ -8,6 +8,7 @@ get:
|
||||
security:
|
||||
- UserContextAuth:
|
||||
- "idn:identity:read"
|
||||
- "idn:identity:manage"
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
|
||||
Reference in New Issue
Block a user