mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
37 lines
951 B
YAML
37 lines
951 B
YAML
post:
|
|
operationId: nonEmployeeSourceAggregateGet
|
|
# security:
|
|
# - oauth2: [idn:nesr:create]
|
|
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
|
|
example: e136567de87e4d029e60b3c3c55db56d
|
|
responses:
|
|
"202":
|
|
$ref: "../responses/202.yaml"
|
|
"400":
|
|
$ref: "../responses/400.yaml"
|
|
"401":
|
|
$ref: "../responses/401.yaml"
|
|
"403":
|
|
$ref: "../responses/403.yaml"
|
|
"404":
|
|
$ref: "../responses/404.yaml"
|
|
"429":
|
|
$ref: "../responses/429.yaml"
|
|
"500":
|
|
$ref: "../responses/500.yaml"
|