Versions Compared

Key

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

General Information

...

ServiceAPIMethod
urac/admin/users/countGET

...

If set, the api will return the users' count of a specific tenant; else the api returns all the users' count in the database
NameSourceMandatoryTypeSpecial FormatDescriptiontIdQueryNOStringN/A


Output

...

Valid Response

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

...