Skip to main content

createUsersMetadata

Bulk endpoint for storing user metadata.

Path Parameters
network integer REQUIRED

Network id.

Request Body REQUIRED

users array containing user metadata.

users object[]
lockAddress string
userAddress string
metadata object
public object
protected object
Responses
201

Array containing user metadata which was created. If the user already has metadata, it will not be updated and present in the array.

Schema OPTIONAL
result object[] OPTIONAL
lockAddress string OPTIONAL
userAddress string OPTIONAL
metadata object OPTIONAL
public object OPTIONAL
protected object OPTIONAL
400

Invalid input received. Bad request.

Schema OPTIONAL
message string OPTIONAL
error string OPTIONAL
404

The item you are making request for does not exist.

Schema OPTIONAL
message string OPTIONAL
500

Unable to fullfil request due to internal server error.

Schema OPTIONAL
message string OPTIONAL