File tree Expand file tree Collapse file tree 1 file changed +54
-54
lines changed Expand file tree Collapse file tree 1 file changed +54
-54
lines changed Original file line number Diff line number Diff line change @@ -6683,6 +6683,60 @@ paths:
66836683 x-licenses:
66846684 - cryptoCompare
66856685 /api/evs/v1/identity:
6686+ get:
6687+ summary: Get Identity
6688+ description: Get a Persona transaction.
6689+ operationId: entity.validation.identity.get
6690+ tags:
6691+ - Entity Validation
6692+ parameters:
6693+ - name: organizationId
6694+ in: query
6695+ required: true
6696+ schema:
6697+ type: string
6698+ minLength: 1
6699+ - name: enterpriseId
6700+ in: query
6701+ schema:
6702+ type: string
6703+ minLength: 1
6704+ - name: userId
6705+ in: query
6706+ schema:
6707+ type: string
6708+ minLength: 1
6709+ - name: identityId
6710+ in: query
6711+ schema:
6712+ type: string
6713+ minLength: 1
6714+ - name: allData
6715+ in: query
6716+ schema:
6717+ type: string
6718+ enum:
6719+ - 'true'
6720+ - 'false'
6721+ responses:
6722+ '200':
6723+ description: OK
6724+ content:
6725+ application/json:
6726+ schema:
6727+ $ref: '#/components/schemas/IdentityGetResponse'
6728+ '400':
6729+ description: Bad Request
6730+ content:
6731+ application/json:
6732+ schema:
6733+ $ref: '#/components/schemas/PlatformError2'
6734+ '404':
6735+ description: Not Found
6736+ content:
6737+ application/json:
6738+ schema:
6739+ $ref: '#/components/schemas/PlatformError2'
66866740 post:
66876741 summary: Create Identity
66886742 description: Create an identity for a user.
@@ -6993,60 +7047,6 @@ paths:
69937047 application/json:
69947048 schema:
69957049 $ref: '#/components/schemas/IdentityCreateResponse'
6996- get:
6997- summary: Get Identity
6998- description: Get a Persona transaction.
6999- operationId: entity.validation.identity.get
7000- tags:
7001- - Entity Validation
7002- parameters:
7003- - name: organizationId
7004- in: query
7005- required: true
7006- schema:
7007- type: string
7008- minLength: 1
7009- - name: enterpriseId
7010- in: query
7011- schema:
7012- type: string
7013- minLength: 1
7014- - name: userId
7015- in: query
7016- schema:
7017- type: string
7018- minLength: 1
7019- - name: identityId
7020- in: query
7021- schema:
7022- type: string
7023- minLength: 1
7024- - name: allData
7025- in: query
7026- schema:
7027- type: string
7028- enum:
7029- - 'true'
7030- - 'false'
7031- responses:
7032- '200':
7033- description: OK
7034- content:
7035- application/json:
7036- schema:
7037- $ref: '#/components/schemas/IdentityGetResponse'
7038- '400':
7039- description: Bad Request
7040- content:
7041- application/json:
7042- schema:
7043- $ref: '#/components/schemas/PlatformError2'
7044- '404':
7045- description: Not Found
7046- content:
7047- application/json:
7048- schema:
7049- $ref: '#/components/schemas/PlatformError2'
70507050 /api/evs/v1/identity/{id}:
70517051 patch:
70527052 summary: Patch Update Identity
You can’t perform that action at this time.
0 commit comments