mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This adds 'user_id' to the simple success response for 'POST /users' api endpoint, to make it convenient for API clients to get details about users they just created. Appropriate changes have been made in the docs and test_users.py. Fixes #16072.
861 B
861 B
Create a user
{generate_api_description(/users:post)}
Usage examples
{start_tabs} {tab|python}
{generate_code_example(python)|/users:post|example(admin_config=True)}
{tab|js}
More examples and documentation can be found here.
{generate_code_example(javascript)|/users:post|example(admin_config=True)}
{tab|curl}
{generate_code_example(curl)|/users:post|example}
{end_tabs}
Parameters
{generate_api_arguments_table|zulip.yaml|/users:post}
Response
Return values
{generate_return_values_table|zulip.yaml|/users:post}
Example response
A typical successful JSON response may look like:
{generate_code_example|/users:post|fixture(200)}
A typical JSON response for when another user with the same email address already exists in the realm:
{generate_code_example|/users:post|fixture(400)}