Skip to end of banner
Go to start of banner

Create a User

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

POST /users

Overview

This API creates a user.

Prerequisites

You need:

  • Org Admin permissions.

Request

Path Parameters

Key

Description

pod_path

Required. The path to your SnapLogic pod.

Example: elastic.snaplogic.com

Query Parameters

None.

Request Header

Specify Basic Auth for authorization.

Request Body

Key

Type

Description

email

string

The email address of the user.

first_name

string

The first name of the user.

last_name

string

The last name of the user.

organization

string

The Org to assign the user to.

administrator

Boolean

If true, the user assigned as an Org administrator.

allow_password_login

Boolean

If true, ???

utility

Boolean

If true, ???

ui_access

Boolean

If true, the user is granted access to the SnapLogic UI.

create_home_directory

Boolean

If true, a home directory is created for the user.

email_notification

Boolean

If true, ???

certificate

string

???

file_handle

string

???

Response

Response Header

Key

Description

X-SL-StatusCode

Status code indicating the results of the request.

Learn more: HTTP Status Code Registry

Response Body

Related Links

  • No labels