Overview
This structure contains the basic set of information about a skill group. The information represented in this structure is not comprehensive and only includes certain key attributes of a skill group.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
SkillGroupId | Int32 | No | The user skill group Id is a unique identifier for a skill group. For internal use only. | |
SkillGroupName | String | On Insert: Yes On Update: Either SkillGroupName or SkillGroupUid is required | The name of the skill group and it is . Skill group names must be unique. | |
SkillGroupUid | Int64 | On Insert: YesNo On Update: Either SkillGroupName or SkillGroupUid is required | A unique and immutable identifier for a skill group. This will be generated automatically upon creation of a new skill group. Do not specify this if creating a new skill group. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:SkillGroupSummary> <b:SkillGroupId i:nil="true"/> <b:SkillGroupName>Technology</b:SkillGroupName> <b:SkillGroupUid>1152921504606850400</b:SkillGroupUid> </b:SkillGroupSummary> |
...