post

/shopgate.user.getUser.v1

Fetches all saved information about a user from the connected shop. This can only be done in logged-in status and not for guests. This pipeline can be used to check the logged-in status of a user. The pipeline returns an EACCESS error code if the user is not logged in, otherwise it returns the user’s data. The data includes personal information.

Request Body

Schema
object

Responses

Returns information about the current user.

1 Example
Schema
object
id
string

Unique identifier for the user.

1 validation + required
mail
string

User’s email address.

1 validation + required
firstName
string

User’s first name.

1 validation
lastName
string

User’s last name.

1 validation
userGroups
array[object]
customAttributes
object
1 validation

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host