ClubManager.Api

<back to all web services

SecurityService.GetUserByBranchRequest

Requires Authentication
The following routes are available for this service:
POST,GET/api/Security/GetUserByBranch
User Parameters:
NameParameterData TypeRequiredDescription
UserIdformintNo
UserNameformstringNo
NameformstringNo
EmailformstringNo
EmailConfirmedformboolNo
MobilePhoneformstringNo
MobilePhoneConfirmedformboolNo
ConfirmPasswordformstringNo
PasswordformstringNo
PasswordSaltformstringNo
EnabledformboolNo
TrainingformboolNo
LastLoginformDateTime?No
CreatedformDateTimeNo
BranchIdformintNo
ParentBranchIdformintNo
MemberIdformint?No
Rolesformstring[]No
CoursesCompletedformTrainingCourseNo
DisplayHomeNotificationformboolNo
TwoFactorEnabledformboolNo
BranchNameformstringNo
BranchKeyformGuidNo
NotificationsformboolNo
PublishableKeyformstringNo
SecretKeyformstringNo
AppRegistrationIdformstringNo
AppRegistrationLinkformstringNo
ChangePasswordformDateTime?No
ActivatedformDateTime?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 /api/Security/GetUserByBranch HTTP/1.1 
Host: api.clubmanagercentral.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	UserId: 0,
	UserName: String,
	Name: String,
	Email: String,
	EmailConfirmed: False,
	MobilePhone: String,
	MobilePhoneConfirmed: False,
	ConfirmPassword: String,
	Password: String,
	PasswordSalt: String,
	Enabled: False,
	Training: False,
	LastLogin: 0001-01-01,
	Created: 0001-01-01,
	BranchId: 0,
	ParentBranchId: 0,
	MemberId: 0,
	Roles: 
	[
		String
	],
	CoursesCompleted: 1,
	DisplayHomeNotification: False,
	TwoFactorEnabled: False,
	BranchName: String,
	BranchKey: 00000000000000000000000000000000,
	Notifications: False,
	PublishableKey: String,
	SecretKey: String,
	AppRegistrationId: 7TvtgFvdvABkciG+5MdrKWdOb3jcmCvVCNGhKIjNTe+m7Bzfn29HJBQlxJgcOSPZ2BNDYtyEhBhLZWGDe0npk3Z99Oqt9N4m5l+EQ4PjKFE=,
	AppRegistrationLink: "https://secure.clubmanagercentral.com/Register?id=7TvtgFvdvABkciG+5MdrKWdOb3jcmCvVCNGhKIjNTe+m7Bzfn29HJBQlxJgcOSPZ2BNDYtyEhBhLZWGDe0npk3Z99Oqt9N4m5l+EQ4PjKFE=",
	ChangePassword: 0001-01-01,
	Activated: 0001-01-01
}