Get Member step

Introduction

This step retrieves information about a specific user in a guild, if they are a member.

Description

Useful for obtaining member details within a guild. Outputs nothing (null value) if the provided user is not a member of the specified guild.

Configuration

  1. Guild: Select the guild where you want to check for the member. This is a required field.

  2. User: Choose the user whose membership status and details you want to verify. This is a required field.

Outputs

  • Member: Information about the guild member, if they exist. This variable is nullable and will be empty if the user is not a member of the guild.

Usage

Useful for retrieving member details when you have Guild and User variables available.

Permissions

  • No specific permissions are required for this step.

Last updated