Users

User management and registration

Register user

post
/users

Registers a new user for the credits program. The user must be subscribed to notifications with a valid email. Requires signed fetch authentication with the user's wallet signature.

Authorizations
AuthorizationstringRequired

Signed fetch authentication using @dcl/platform-crypto-middleware (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.

Body
addressstringOptional

User's Ethereum address (extracted from signed fetch authentication)

Pattern: ^0x[a-fA-F0-9]{40}$
Responses
chevron-right
200

User registered successfully

application/json
post
/users

Last updated