Files
developer.sailpoint.com/static/api-specs/idn/v3/paths/identity-profile-default-config.yaml
2022-11-16 15:14:37 +00:00

40 lines
1.1 KiB
YAML

get:
operationId: getDefaultIdentityAttributeConfig
tags:
- Identity Profiles
summary: Get default Identity Attribute Config
description: >-
This returns the default identity attribute config.
A token with ORG_ADMIN authority is required to call this API to get the default identity attribute config.
parameters:
- in: path
name: identity-profile-id
schema:
type: string
format: uuid
required: true
description: The Identity Profile ID.
example: 2b838de9-db9b-abcf-e646-d4f274ad4238
responses:
'200':
description: An Identity Attribute Config object.
content:
application/json:
schema:
$ref: '../schemas/IdentityAttributeConfig.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'
security:
- oauth2: [idn:identity-profile-default-mapping:read]