GET
/integration/v1/oauth2/userinfo
Resource for accessing user data through OAuth authentication
Resource for accessing user data through OAuth authentication.
operationId Resource for accessing user data through OAuth authentication.
Responses
200
application/json body
| Field | Type | Required | Description |
|---|---|---|---|
id
|
string (uuid) | required | Student id |
firstName
|
string | required | First name |
lastName
|
string | optional | Last name |
email
|
string | optional | |
username
|
string | optional | Username |
412 Invalid parameters
500 Server error
512 Specification violations