Create member account in limited status

Request Information

URI Parameters

None.

Body Parameters

Model for creating limited user account

CreateMemberAccountModel
Name Description Type Additional information
FirstName

string

Required

Max length: 50

LastName

string

Required

Max length: 50

Email

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

Request Formats

application/json, text/json

Sample:
{
  "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
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Sample Request

https://api.servicereef.com/v1/members/create?model={model}

Response Information

Resource Description

User model

IHttpActionResult

None.

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json, text/json

Sample:

Sample not available.