GitLab API

GitlabTool

Actions1000

Overview

This node operation retrieves the support PIN for a specific user from the GitLab API. It is useful in scenarios where support or administrative actions require verification or authentication using the user's support PIN. For example, a support team member might use this to fetch the support PIN to assist a user securely.

Use Case Examples

  1. Fetching the support PIN of a user by their user ID to verify identity during a support call.
  2. Automating support workflows that require user PIN validation.

Properties

Name Meaning
Skip Authentication Determines whether to skip the authentication process for the API request.
Authentication Specifies the authentication method to use, hidden unless Skip Authentication is false.
baseUrl The base URL of the GitLab instance to which the API request is sent.
Method The HTTP method used for the API request (GET, POST, PUT, DELETE, HEAD, PATCH).
Path Parameters The path parameters for the API request, specifically the user ID in this operation.

Output

JSON

  • support_pin - The support PIN of the user retrieved from the API response

Dependencies

  • GitLab API authentication token or credentials

Troubleshooting

  • Ensure the user ID provided in the path parameters is valid and exists in the GitLab instance.
  • Verify that the authentication credentials are correct and have sufficient permissions to access user support PINs.
  • Check the base URL to ensure it points to the correct GitLab instance, especially if using a self-hosted GitLab server.

Links

Discussion