Skip to main content

Create Non-Employee Source

POST 

/non-employee-sources

This request will create a non-employee source. Requires role context of 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 NonEmployeeIdentityDtoType

    Possible values: [GOVERNANCE_GROUP, IDENTITY]

    Identifies if the identity is a normal identity or a governance group

    id string

    Identity id

  • ]
  • accountManagers object[]

    List of account managers

  • Array [
  • type NonEmployeeIdentityDtoType

    Possible values: [GOVERNANCE_GROUP, IDENTITY]

    Identifies if the identity is a normal identity or a governance group

    id string

    Identity id

  • ]
  • modified date-time

    When the request was last modified.

    created date-time

    When the request was created.

    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...