HAALCENTRAAL English translation
BRP API / Personen / Features / geen-gezag

No authority

# language: en
Feature: No authority
  No authority is supplied for persons of full age or deceased persons.

  Authority over a minor stops when the child turns 18 or has died.

  Background:
    Given the person 'Bert' with citizen service number '000000036'
    * is of full age
    * was born in the Netherlands
    * is registered in a Dutch municipality

  Rule: Where the person is of full age, there is no authority

    @to-do @skip-verify
    Scenario: The person is of full age
      When 'gezag' is requested for 'Bert'
      Then 'Bert' has no holder of authority

  Rule: Where the person has died, there is no authority

    @to-do @skip-verify
    Scenario: The person has died
      Given person 'Bert'
      * has died
      When 'gezag' is requested for 'Bert'
      Then 'Bert' has no holder of authority