API User Endpoints
User(
string Username
) Get an user’s information. Request Request Data: (string) Username (required) – the user’s login username. {
&qu...
Mon, 8 Jul, 2024 at 2:45 PM
StaffAdd(
object Staff,
bool InviteUser,
bool WebhookEvaluate
) Add a staff user. Note: available since RPM23. Request Request Data: ...
Fri, 5 Jul, 2024 at 2:58 PM
StaffAdd (
object Staff,
bool InviteUser,
bool WebhookEvaluate
) Edit a staff user. Note: available since RPM23. Request Request Data: (bo...
Mon, 8 Jul, 2024 at 10:45 AM
StaffList(
bool IncludeGuest = false,
bool IncludeApiUser = false
) Get a full list of staff users including their role and whether they can log in...
Fri, 5 Jul, 2024 at 2:50 PM
Staff(
int StaffID
) Get information for one Staff User. Note: available since RPM21. Request Request Data: (int) StaffID: the id for the Staff...
Fri, 5 Jul, 2024 at 2:46 PM
Roles() Get the list of roles available. Available since RPM18 Request Request Data: No data required. Response {
"Result": {
"...
Fri, 5 Jul, 2024 at 3:00 PM
AgentUsers() Get the list of agency users available. Available since RPM18 Request Request Data: No data required. Response {
"Result": ...
Mon, 8 Jul, 2024 at 2:29 PM
CustomerUsers() Get the list of customer users. Available since RPM18 Request Request Data: No data required. Response {
"Result": {
...
Mon, 8 Jul, 2024 at 2:30 PM
StaffGroups() Get the list of groups available. Available since RPM18 Request Request Data: No data required. Response {
"Result": {
...
Mon, 8 Jul, 2024 at 2:31 PM
UserPasswordCheck UserPasswordCheck(
string Username,
string Password
) Check if an user/password pair is valid. Available since RPM18 Request...
Mon, 8 Jul, 2024 at 2:31 PM