Client Id and Client Secret during registration from Client App?

Hi,

Thanks again for the quick response.

I tried your suggestion and used the following as suggested.

POST https://MY_DSP_URL/rest/system/user?send_invite=true

Unfortunately I got a Response Status of 401 Unauthorized with the following body.

`{
error: [1]
0:  {
context: null
message: "There is no valid session for the current request."
code: 401
}-
-
}`.

Not sure if I’m doing something wrong here. But I managed to get it to work when I added the X-DreamFactory-Session-Token on the header.

Please advice.

Thanks,
Allen