Skip to main content

PartyTypeEnum

Party types are used to classify parties in the system. A party is an actor in the system capable of performing actions and can can be categorized in different types. For instance, a party can be a person or an organization. This enum is used to classify parties in different types.

enum PartyTypeEnum {
API_CLIENT
COMPANY
INTEGRATION
PERSON
}

Values

PartyTypeEnum.API_CLIENT

Indicates that the party is an API client.

PartyTypeEnum.COMPANY

Indicates that the party is an organization.

PartyTypeEnum.INTEGRATION

Indicates that the party is an integration.

PartyTypeEnum.PERSON

Indicates that the party is a person.

Member Of

AddRoleInput input ● allowedRoles query ● PartyType object ● roleTypes query