GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation allows making a POST request to the GitLab API endpoint `/api/v4/user/support_pin`. It is used to interact with the user's support pin feature in GitLab, typically for support or authentication purposes related to the user's account.

Use Case Examples

  1. A user wants to generate or update their support pin via the GitLab API.
  2. An automation workflow needs to trigger the support pin creation for a user in GitLab.

Properties

Name Meaning
Skip Authentication Determines whether to skip the authentication step for the API request.
Authentication Specifies the authentication method to use, defaulting to GitLab API key authentication.
baseUrl The base URL of the GitLab instance to which the API request is sent.
Method The HTTP method to use for the request, defaulting to POST for this operation.

Output

JSON

  • response - The JSON response returned from the GitLab API after making the POST request to the user support pin endpoint.

Dependencies

  • GitLab API key credential

Troubleshooting

  • If authentication fails, ensure the GitLab API key credential is correctly configured and has the necessary permissions.
  • If the API endpoint returns an error, verify the base URL and the request method are correctly set.
  • Network issues or incorrect base URL can cause request failures; check connectivity and URL correctness.

Links

Discussion