Skip to main content

Create Non-Employee Source

POST 

/non-employee-sources

This request will create a non-employee source. Request will require the following security scope: 'idn:nesr:create'

Request

Body

required

Non-Employee source creation request body.

    name stringrequired

    Name of non-employee source.

    description stringrequired

    Description of non-employee source.

    owner objectrequired

    Owner of non-employee source.

    id UUIDrequired

    Identity id.

    managementWorkgroup string

    The ID for the management workgroup that contains source sub-admins

    approvers object[]

    Possible values: <= 3

    List of approvers.

  • Array [
  • id UUIDrequired

    Identity id.

  • ]
  • accountManagers object[]

    Possible values: <= 10

    List of account managers.

  • Array [
  • id UUIDrequired

    Identity id.

  • ]

Responses

Created non-employee source.

Schema
    id UUID

    Non-Employee source id.

    sourceId string

    Source Id associated with this non-employee source.

    name string

    Source name associated with this non-employee source.

    description string

    Source description associated with this non-employee source.

    approvers object[]

    List of approvers

  • Array [
  • type DtoType

    Possible values: [ACCOUNT_CORRELATION_CONFIG, ACCESS_PROFILE, ACCESS_REQUEST_APPROVAL, ACCOUNT, APPLICATION, CAMPAIGN, CAMPAIGN_FILTER, CERTIFICATION, CLUSTER, CONNECTOR_SCHEMA, ENTITLEMENT, GOVERNANCE_GROUP, IDENTITY, IDENTITY_PROFILE, IDENTITY_REQUEST, LIFECYCLE_STATE, PASSWORD_POLICY, ROLE, RULE, SOD_POLICY, SOURCE, TAG, TAG_CATEGORY, TASK_RESULT, REPORT_RESULT, SOD_VIOLATION, ACCOUNT_ACTIVITY, WORKGROUP]

    An enumeration of the types of DTOs supported within the IdentityNow infrastructure.

    id string

    Identity id

  • ]
  • accountManagers object[]

    List of account managers

  • Array [
  • type DtoType

    Possible values: [ACCOUNT_CORRELATION_CONFIG, ACCESS_PROFILE, ACCESS_REQUEST_APPROVAL, ACCOUNT, APPLICATION, CAMPAIGN, CAMPAIGN_FILTER, CERTIFICATION, CLUSTER, CONNECTOR_SCHEMA, ENTITLEMENT, GOVERNANCE_GROUP, IDENTITY, IDENTITY_PROFILE, IDENTITY_REQUEST, LIFECYCLE_STATE, PASSWORD_POLICY, ROLE, RULE, SOD_POLICY, SOURCE, TAG, TAG_CATEGORY, TASK_RESULT, REPORT_RESULT, SOD_VIOLATION, ACCOUNT_ACTIVITY, WORKGROUP]

    An enumeration of the types of DTOs supported within the IdentityNow infrastructure.

    id string

    Identity id

  • ]
  • modified date-time

    When the request was last modified.

    created date-time

    When the request was created.

    nonEmployeeCount int32nullable

    The number of non-employee records on all sources that requested-for user manages.

    cloudExternalId string

    Legacy ID used for sources from the V1 API. This attribute will be removed from a future version of the API and will not be considered a breaking change. No clients should rely on this ID always being present.

Loading...