Copy Pageputput https://example.com/users/{url-encoded-webid-or-email}Create or update a user given his or her URL encoded WebID or URL encoded email.Path Paramsurl-encoded-webid-or-emailstringrequiredBody Paramsidentifier_uristringMandatory if the path parameter is an email address.email_addressstringMandatory if the path parameter is a URI.HeadersAuthorizationstringA bearer token containing a scope and issuer combo that is allowed by the server. The token must not be DPoP bound.X-Request-IDstringIf provided, this string will be set as the value of the X-Request-ID response header. If provided, it must be a UUIDv4.X-Correlation-IDstringIf provided, this string will be set as the value of the X-Correlation-ID response header.Responses 200OK 400Bad Request Possible error codes: request_id_not_uuidv4 correlation_id_too_long path_must_be_url_encoded_uri_or_email path_and_body_uri path_and_email_uri token_must_be_bearer body_email_missing body_email_invalid body_uri_missing body_uri_invalid 401Unauthorized 403Forbidden 409ConflictUpdated over 2 years ago Did this page help you?YesNo