Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
tIdBody or QueryYESStringN/AThe Tenant ID
codeBodyYESStringN/Adefined in the form as groupCode
usersBodyfalseArrayN/Aarray of usernames

...


Output

...

Valid Response

Code Block
languagejs
titleValid Response Sample
{
	"result": true,
	"data": true
}

...


Invalid Response

Code Block
languagejs
titleError Response Sample
{
    "result":false,
    "errors":{
        "codes":[600400],
        "details":[
            {
                "code":600400,
                "message":"ProblemDatabase with the provided passwordconnection error"
            }
        ]
    }
}



Error Codes

 



Code
Description
600400Database connection error


Example (CURL)

...