Profiles
Columns
Name
Type
Description
Id [KEY]
String
A unique numeric identifier for the profile.
Name
String
The name of the profile.
Description [KEY]
String
A small description regarding this profile.
CreatedByName
String
The name of the user who created this profile.
CreatedById
String
The id of the user who created this profile.
CreatedTime
Datetime
The time this profile was created.
ModifiedByName
String
The name of the user who modified this profile.
ModifiedById
String
The id of the user who modified this profile.
ModifiedTime
Datetime
The time this profile was last modified.
Category
Boolean
Whether this profile is a category or not.
Last updated