Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Activity

Description

Parameters

Attribute Get

Loads a attribute by its ID

Attribute Get All

CoreOne AttributeDropDownDefinition

Activity

Description

Parameters

AttributeDropDownDefinition Get

Loads a attribute drop down definition by its ID

AttributeDropDownDefinition Get All

CoreOne Caching

Activity

Description

Parameters

Reset security cache for core identity

Reset security cache for core identity

Reset security cache for user

Reset security cache for user

Start security caching for user

Start security caching for user

Stop security caching for user

Stop security caching for user

...

Activity

Description

Parameters

CoreIdentity Delete

Deletes a CoreIdentity by its ID.

CoreIdentity Update

Updates a CoreIdentityby its ID.

Changes:

Code Block
{
  "attribute_system_name": "new_value"
}

CoreIdentity Create

Create a CoreIdentity.

CoreIdentity Get

Loads a CoreIdentity by its ID.

CoreIdentity Get All

...

Activity

Description

Parameters

CoreIdentityEmployment Create

Creates a CoreIdentity Employment.

CoreIdentityEmployment Update

Changes:

Code Block
{
  "attribute_system_name": "new_value"
}

CoreIdentityEmployment Get All

...

Activity

Description

Parameters

CoreIdentityEmployment CoreIdentityRepresentation Create

Creates a CoreIdentity Employment.a Core Identity Representation

CoreIdentityRepresentation Update

Updates a Core Identity Representation

Changes:

Code Block
{
  "attribute_system_name": "new_value"
}

CoreIdentityRepresentation Delete

Deletes a Core Identity Representation

CoreIdentityRepresentation Get

Gets a Core Identity Representation by its ID

CoreIdentityRepresentation Get All

Loads a list of Core Identity Representations

CoreOne CoreIdentityRepresentationRelationship

Activity

Description

Parameters

CoreIdentityRepresentationRelationship Create

CoreIdentityRepresentationRelationshipDeleteCoreIdentityRepresentationRelationship Delete

CoreIdentityRepresentationRelationshipGetCoreIdentityRepresentationRelationship Get

CoreIdentityRepresentationRelationshipUpdateCoreIdentityRepresentationRelationship Update

CoreOne EmploymentType

Activity

Description

Parameters

EmploymentType Get

...

Activity

Description

Parameters

Identity Delete

Deletes an Identity by its ID.

Identity Update

Updates an Identity its ID.

Changes:

Code Block
{
  "attribute_system_name": "new_value"
}

Identity Create

Create an Identity.

Identity Get

Loads an Identity by its ID.

MarkAsProvisioned

Marks an Identity as provisioned by its ID

MarkAsDeprovisioned

Marks an Identity as deprovisioned by its ID

Provision

Provision an Identity by its ID

...

Activity

Description

Parameters

OrganizationUnit Delete

Deletes an OrganizationUnit by its ID.

OrganizationUnit Update

Updates an OrganizationUnit its ID.

Changes:

Code Block
{
  "attribute_system_name": "new_value"
}

OrganizationUnit Create

Create an OrganizationUnit.

OrganizationUnit Get

Loads an OrganizationUnit by its ID.

OrganizationUnit GetManagerByOrgTree

Loads ManagerId by OrganizationUnitId.

...

Activity

Description

Parameters

OrganizationUnitRecord Delete

Deletes an OrganizationUnitRecord by its ID.

OrganizationUnitRecord Update

Updates an OrganizationUnitRecord its ID.

Changes:

Code Block
{
  "attribute_system_name": "new_value"
}

OrganizationUnitRecord Create

Create an OrganizationUnitRecord .

OrganizationUnitRecord Get

Loads an OrganizationUnitRecord by its ID.

...

Activity

Description

Parameters

Cron

Triggers periodically based on a specified CRON expression.

Timer

Triggers at a specified interval.

/wiki/spaces/INTWIKI/pages/2319777793

Start At

Triggers at a moment in time.

Clear Timer

Cancel a timer (Cron, StartAt, Timer) so that it is not executed.

...