Auth Users Create

Declare per-endpoint throttling configuration attributes for views. Endpoints can inherit this mixin and set: - endpoint_default_rate_limit_per_user_per_min: float | None When set (not None), throttling will use ONLY this default RPM for the endpoint without requiring API key / org attributes on the request. When unset, the standard API key / organization / subscription limits apply.

Authentication

AuthorizationBearer
JWT access token or Respan API key

Request

This endpoint expects an object.
emailstringRequired1-255 characters
passwordstringRequired>=1 character
first_namestringOptional<=50 characters
last_namestringOptional<=50 characters
namestringOptional<=255 characters
usernamestringOptional<=255 characters

Response

emailstring<=255 characters
idintegerRead-only
first_namestring<=50 characters
last_namestring<=50 characters
namestring<=255 characters
usernamestring<=255 characters