create member
/members/create [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
Description
Create a member.
This service is now deprecated, use service /members [POST] instead.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
The new member’s email (required if member-username is not specified) | maybe | string | ||
member-username | The new member’s username (required if email is not specified), defaults to the member’s email | maybe | string | |
auto-activate | Whether to activate the new member automatically, | no | boolean | false |
firstname | The new member’s given name | no | string | Member |
member-password | The new member’s password, is generated if unspecified | no | string | |
personal-group | Whether to create the personal group | no | boolean | false |
surname | The new member’s family name | no | string | [4 digits] |
welcome-email | Whether to send a welcome email to the new member | no | boolean | true |
Permission
This service requires administrator.