Skip to content

Commit

Permalink
Adding a self-identified user (#112)
Browse files Browse the repository at this point in the history
* Adding a self-identified user

* Prettier JSON

---------

Co-authored-by: Ole Martin Handeland <[email protected]>
  • Loading branch information
olemartinorg and Ole Martin Handeland authored Sep 4, 2024
1 parent 32ec88a commit 7a50cca
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
12 changes: 12 additions & 0 deletions testdata/Profile/User/1004.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"UserId": 1004,
"UserName": "SelvRegistrert",
"PhoneNumber": null,
"Email": "[email protected]",
"PartyId": 510004,
"Party": {},
"UserType": 2,
"ProfileSettingPreference": {
"Language": "nb"
}
}
13 changes: 13 additions & 0 deletions testdata/Register/Party/510004.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"partyId": "510004",
"partyTypeName": 3,
"orgNumber": null,
"ssn": null,
"unitType": null,
"name": "Selvregistrert Bruker",
"isDeleted": false,
"onlyHierarchyElementWithNoAccess": false,
"person": null,
"organisation": null,
"childParties": null
}
13 changes: 13 additions & 0 deletions testdata/authorization/partylist/1004.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"partyId": "510004",
"partyTypeName": 3,
"ssn": null,
"name": "Selvregistrert Bruker",
"isDeleted": false,
"onlyHierarchyElementWithNoAccess": false,
"person": null,
"organisation": null,
"childParties": null
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"Type": "altinn",
"value": "seln"
}
]

0 comments on commit 7a50cca

Please sign in to comment.