Types of Actors
An Actor is made up of two things: a type and an ID. The current list of actors types and their corresponding ID format is as follows:- workspace-member- A human user who is signed into a workspace. Comes with a unique UUID. You can get further information about the workspace member, e.g. name, avatar and email address, using the list workspace members endpoints.
- api-token- An integration using the developer API. Comes with a unique UUID for the token.
- system- An internal part of the Attio system. For example, communications intelligence updates are registered with system actors. Always comes with a- nullID.
The actor who wrote a particular value
created_by attribute of this type. For more information, please see the actor reference documentation.