Pass @me as the userID parameter to get your own profile instead of another.
Requires JWT authentication
GET https://localhost:8989/api/profile/{userID}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| userID | string | Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK a Profile data object |
Profile |