Registrar Web Services

<back to all web services

UserAuths

Requires Authentication
Required role:Admin
The following routes are available for this service:
GET/UserAuths
GET/UserAuths/{Ids}
GET/UserAuths/Emails/{Emails}
UserAuths Parameters:
NameParameterData TypeRequiredDescription
IdspathList<long>No
EmailspathList<string>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/UserAuths HTTP/1.1 
Host: regapi.pumpalarm.com 
Content-Type: text/jsv
Content-Length: length

{
	Ids: 
	[
		0
	],
	Emails: 
	[
		String
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		Id: 0,
		UserName: String,
		Email: String,
		PrimaryEmail: String,
		PhoneNumber: String,
		FirstName: String,
		LastName: String,
		DisplayName: String,
		Company: String,
		BirthDate: 0001-01-01,
		BirthDateRaw: String,
		Address: String,
		Address2: String,
		City: String,
		State: String,
		Country: String,
		Culture: String,
		FullName: String,
		Gender: String,
		Language: String,
		MailAddress: String,
		Nickname: String,
		PostalCode: String,
		TimeZone: String,
		Salt: String,
		PasswordHash: String,
		DigestHa1Hash: String,
		Roles: 
		[
			String
		],
		Permissions: 
		[
			String
		],
		CreatedDate: 0001-01-01,
		ModifiedDate: 0001-01-01,
		InvalidLoginAttempts: 0,
		LastLoginAttempt: 0001-01-01,
		LockedDate: 0001-01-01,
		RecoveryToken: String,
		RefId: 0,
		RefIdStr: String,
		Meta: 
		{
			String: String
		}
	}
]