Metadata ModelEntitiesInviteTokenVersion: 0.13.1On this pageInviteTokenAspectsinviteTokenAspect used to store invite tokens.Schema{ "type": "record", "Aspect": { "name": "inviteToken" }, "name": "InviteToken", "namespace": "com.linkedin.identity", "fields": [ { "type": "string", "name": "token", "doc": "The encrypted invite token." }, { "Searchable": { "fieldName": "role", "fieldType": "KEYWORD", "hasValuesFieldName": "hasRole" }, "java": { "class": "com.linkedin.common.urn.Urn" }, "type": [ "null", "string" ], "name": "role", "default": null, "doc": "The role that this invite token may be associated with" } ], "doc": "Aspect used to store invite tokens."}RelationshipsGlobal Metadata ModelIs this page helpful?