You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Get this response:
400 Bad Request: {"error":{"code":"Request_BadRequest","message":"Cannot convert a primitive value to the expected type 'Edm.Guid'. See the inner exception for more details.","innerError":{"date":"2020-04-16T22:07:51","request-id":"7d9ce15b-053c-47da-9bc7-c19eb0335462"}}}
what I am doing wrong?
The text was updated successfully, but these errors were encountered:
That error message implies you passed a non-GUID string as SKUID.
Another problem I found today is that you cannot omit removeLicenses for assignLicense action parameter, but for now it's impossible to pass an empty slice for it with UserAssignLicenseRequestParameter (because of json:"removeLicenses,omitempty"). I suggest the following as a workaround:
I want to add a new License to a user:
I Get this response:
400 Bad Request: {"error":{"code":"Request_BadRequest","message":"Cannot convert a primitive value to the expected type 'Edm.Guid'. See the inner exception for more details.","innerError":{"date":"2020-04-16T22:07:51","request-id":"7d9ce15b-053c-47da-9bc7-c19eb0335462"}}}
what I am doing wrong?
The text was updated successfully, but these errors were encountered: