Create member account in limited status
None.
Model for creating limited user account
CreateMemberAccountModelName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
Required Max length: 50 |
|
LastName | string |
Required Max length: 50 |
|
string |
Required Max length: 50 |
||
Username | string |
Max length: 50 |
|
PhoneNumber | string |
Max length: 50 |
|
BirthDate | date | ||
StreetAddress | string |
Max length: 50 |
|
AptSte | string |
Max length: 50 |
|
City | string |
Max length: 50 |
|
State | string |
Max length: 50 |
|
Zip | string |
Max length: 10 |
|
Country | string |
Max length: 2 |
|
ExternalIdentifier | string |
Max length: 512 |
|
TagIds | Collection of integer | ||
SendInviteMail | boolean |
{ "FirstName": "sample string 1", "LastName": "sample string 2", "Email": "sample string 3", "Username": "sample string 4", "PhoneNumber": "sample string 5", "BirthDate": "2024-12-22T18:12:20.1353558Z", "StreetAddress": "sample string 6", "AptSte": "sample string 7", "City": "sample string 8", "State": "sample string 9", "Zip": "sample string 10", "Country": "sample string 11", "ExternalIdentifier": "sample string 12", "TagIds": [ 1, 2 ], "SendInviteMail": true }
Sample not available.
https://api.servicereef.com/v1/members/create?model={model}
User model
IHttpActionResultNone.
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.