User

Any authenticated user from an authentication provider.

String
A unique and persistent identifier for the record within the system's data set.
URL
The full unique link to the item so it's traversable by that property.
Object
The object representation of the Thing CoreMetaData.
Context
The JSON-LD context for the item in question.
Object
The object representation of the Thing Organization.
Object
The object representation of the Thing Person.
Object
The various memberships a User can belong to within an Account.
String
The name a person gave for use within an Account.
{
	"User" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "User",
		"accountMembership" : 
		{
			"@type" : "AccountMembership",
			"accountGroups" : 
			[
				{
					"accountGroup" : 
					{
						"@id" : "URL",
						"@type" : "AccountGroup",
						"elementId" : "String",
						"name" : "String"
					}
				}
			],
			"accountInitiatives" : 
			[
				{
					"accountInitiative" : 
					{
						"@id" : "URL",
						"@type" : "AccountInitiative",
						"elementId" : "String",
						"name" : "String"
					}
				}
			]
		},
		"accountName" : "String",
		"coreMetaData" : 
		{
			"@type" : "CoreMetaData",
			"checksum" : "String",
			"created" : 
			{
				"@type" : "Created",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"deprecatedBy" : "URL",
			"live" : "Boolean",
			"modified" : 
			{
				"@type" : "Modified",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"notes" : "String",
			"status" : "String",
			"supersededBy" : "URL",
			"validated" : "Integer"
		},
		"elementId" : "String",
		"organization" : 
		{
			"@id" : "URL",
			"@type" : "Organization",
			"elementId" : "String",
			"name" : "String"
		},
		"person" : 
		{
			"@id" : "URL",
			"@type" : "Person",
			"elementId" : "String",
			"name" : "String"
		},
		"schemaVersion" : ""
	}
}
Visualized image