-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb1b999
commit 1f8478f
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,15 @@ | |
} | ||
}, | ||
{ | ||
"uri": "https://developer.api.autodesk.com/userprofile/v1/users/@me", | ||
"uri": "https://api.userprofile.autodesk.com/userinfo", | ||
"contentFormat": "json", | ||
"contentJson": { | ||
"userId": "my-id", | ||
"userName": "John Smith", | ||
"firstName": "John", | ||
"lastName": "Smith", | ||
"emailId": "[email protected]", | ||
"emailVerified": true, | ||
"2FaEnabled": false | ||
"sub": "my-id", | ||
"preferred_username": "John Smith", | ||
"given_name": "John", | ||
"family_name": "Smith", | ||
"email": "[email protected]", | ||
"email_verified": true | ||
} | ||
} | ||
] | ||
|