Create Member
Use this endpoint to create a member. This endpoint accepts the optional MX-SKIP-WEBHOOK header.
Credentials (userkey, or login/password) will be required if you support the On Demand protocol; they should be supplied in the create member request. On Demand requests will fail without valid credentials. If you are not implementing On Demand, then credentials are not needed.
The institution_id field will be present in this response body if it was present in the request body.
POST
/users/{user_id}/members
Path Parameters
| Field | Required | Type |
|---|---|---|
user_id | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
id | Required | String |
institution_id | Optional | String |
is_disabled | Optional | Boolean |
login | Optional | String |
metadata | Optional | String |
name | Optional | String |
password | Optional | String |
userkey | Optional | String |
credentials | Optional | String[] |
Request sample
Language:
Response sample
Language:json