Hi,
We are using the BrightSpace API in our app. Recently, we are getting the following error in updating a user's info.
PUT /d2l/api/lp/(version)/users/(userId)
body:
{
"OrgDefinedId": <string>,
"FirstName": <string>,
"MiddleName": null,
"LastName": <string>,
"ExternalEmail": null,
"UserName": <string>,
"Activation": { "IsActive": true },
"Pronouns": null
}
res:{
"type": "about:blank",
"title": "Internal Server Error",
"status": 500
}
any help would be greatly appreciated!