{ "sections": [ "title", "description", "fields", "usage", "field_reference" ], "title": "SkillUser - Data API", "description": "Represents a join between Skill and User. This object is available in API version 24.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "SkillId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "The ID of the skill." }, "UserId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort", "description": "The ID of the user." } }, "usage": "Use this object to assign specific skills to specific users.", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Skill User ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "SkillId": { "field_label": "Skill ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "UserId": { "field_label": "User ID", "type": "reference", "length": "18" } }, "field_reference_columns": [ "field_label", "type", "length" ] }