Create a talent pool security profile

post

/hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Business Units
Type: array
Title: Business Units
The businessUnits resource provides a way to secure talent pools by business unit.
Show Source
Nested Schema : Departments
Type: array
Title: Departments
The department resource provides a way to secure talent pools by department.
Show Source
Nested Schema : Job Families
Type: array
Title: Job Families
The jobFamilies resource provides a way to secure talent pools by jobFamilies.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : talentPoolSecurityProfiles-item-response
Type: object
Show Source
  • Business Units
    Title: Business Units
    The businessUnits resource provides a way to secure talent pools by business unit.
  • Read Only: true
    Maximum Length: 64
    Name of the user who created the talent pool security profile.
  • Read Only: true
    Date the talent pool security profile was created.
  • Departments
    Title: Departments
    The department resource provides a way to secure talent pools by department.
  • Title: Enable
    Maximum Length: 1
    Indicates whether the talent pool security profile is enabled or not. Valid values are True and False. The default value is True.
  • Job Families
    Title: Job Families
    The jobFamilies resource provides a way to secure talent pools by jobFamilies.
  • Read Only: true
    Date the talent pool security profile was last updated.
  • Read Only: true
    Maximum Length: 64
    Name of the user who last updated the talent pool security profile.
  • Read Only: true
    Maximum Length: 32
    Session login identifier associated with the user who last updated the talent profile security row.
  • Links
  • Title: Name
    Maximum Length: 240
    Name of the talent pool security profile.
  • Unique identifier of the talent pool security profile.
  • Title: Secure by Business Unit
    Maximum Length: 1
    Indicates whether the talent pool security profile is secured by business unit or not. Valid values are True and False. The default value is False.
  • Title: Secure by Department
    Maximum Length: 1
    Indicates whether the talent pool security profile is secured by department or not. Valid values are True and False. The default value is False.
  • Title: Secure by Job Family
    Maximum Length: 1
    Indicates whether the talent pool security profile is secured by job family or not. Valid values are True and False. The default value is False.
  • Title: View by Ownership
    Maximum Length: 1
    Indicates whether the talent pool security profile is secured by pool owner or not. Valid values are True and False. The default value is False.
  • Title: View All
    Maximum Length: 1
    Indicates whether the talent pool security profile provides view all access to pools or not. Valid values are True and False. The default value is False.
  • Title: View All Public Talent Pools
    Maximum Length: 1
    Indicates whether the talent pool security profile provides view all access to public pools or not. Valid values are True and False. The default value is False.
Nested Schema : Business Units
Type: array
Title: Business Units
The businessUnits resource provides a way to secure talent pools by business unit.
Show Source
Nested Schema : Departments
Type: array
Title: Departments
The department resource provides a way to secure talent pools by department.
Show Source
Nested Schema : Job Families
Type: array
Title: Job Families
The jobFamilies resource provides a way to secure talent pools by jobFamilies.
Show Source
Nested Schema : talentPoolSecurityProfiles-businessUnits-item-response
Type: object
Show Source
Nested Schema : talentPoolSecurityProfiles-departments-item-response
Type: object
Show Source
Nested Schema : talentPoolSecurityProfiles-jobFamilies-item-response
Type: object
Show Source
Back to Top