Skip to content

Commit

Permalink
add 'personal_email' property
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 18, 2019
1 parent 9294e84 commit 798bdad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added mfaUpdate() (`PUT /mfa/{mfaId}`) to update MFA label.
- Added authenticateNewUser() to authenticate using an invite code.
- Added new MFA type, `manager`, for sending a "rescue" code to user's manager.
- Added 'personal_email' and 'groups' properties on User.
### Changed
- Tighter validation on idBrokerUri

Expand Down
10 changes: 10 additions & 0 deletions src/descriptions/id-broker-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
'type' => 'string',
'location' => 'json',
],
'personal_email' => [
'required' => false,
'type' => 'string',
'location' => 'json',
],
],
],
'deactivateUserInternal' => [
Expand Down Expand Up @@ -350,6 +355,11 @@
'type' => 'string',
'location' => 'json',
],
'personal_email' => [
'required' => false,
'type' => 'string',
'location' => 'json',
],
],
],
'createMethodInternal' => [
Expand Down

0 comments on commit 798bdad

Please sign in to comment.