ActorReferenceType Data Type

This ReferenceType identifies members of the user administration.

Abstract Type
Subtypes
UserReferenceType, GroupReferenceType
Properties
name data type description
id number Returns the reference id.
type ActorTypeEnum Returns the actor type.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "id" : 12345,
  "type" : "USER"
}