A user in SubscriberCRM.

Name Type Description Required
Id Int32 No
RoleId Int32 The Id of the users role. No
RoleName String The name of the users role. No
Username String No
Title String No
FirstName String No
Surname String No
EmailAddress String No
Position String No
Department String No
Url Actions Description
https://subscribercrmapi.iliberty.org.uk/api/user GET Gets all the SubscriberCRM users.

Here is a Json example of the User object.

{
"Id": 12345,
"RoleId": 1,
"RoleName": "Administrators",
"Username": "John",
"Title": "Mr",
"FirstName": "John",
"Surname": "Smith",
"EmailAddress": null,
"Position": null,
"Department": null
}