Files
developer.sailpoint.com/static/api-specs/idn/beta/paths/non-employee-source-aggregate.yaml
2022-11-11 22:00:08 +00:00

34 lines
936 B
YAML

post:
operationId: nonEmployeeSourceAggregateGet
security:
- oauth2: [idn:nelm:manage]
tags:
- Non-Employee Lifecycle Management
summary: Aggregate all accounts for a Non-Employee Source
description: >-
This fetches all the non-employee records related to a non-employee source and publishes an aggregation event for each one.
Requires auth scope of 'idn:nesr:create'
parameters:
- in: path
name: sourceId
description: >-
Non-Employee sourceId
required: true
schema:
type: string
responses:
'202':
$ref: '../../v3/responses/202.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'404':
$ref: '../../v3/responses/404.yaml'
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'