HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/dfwparty/dfwchat.net/wp-content/plugins/buddyboss-platform/cli/components/signup-get.md
#	wp bp signup get

Get a signup.

## OPTIONS

<signup-id>
: Identifier for the signup. Can be a signup ID, an email address, or a user_login.

[--match-field=<match-field>]
: Field to match the signup-id to. Use if there is ambiguity between, eg, signup ID and user_login.
\---
options:
  - signup_id
  - user_email
  - user_login
\---

[--fields=<fields>]
: Limit the output to specific signup fields.

[--format=<format>]
: Render output in a particular format.
\---
default: table

options:
  - table
  - csv
  - ids
  - json
  - count
  - yaml
\---

## EXAMPLES

    $ wp bp signup get 123
    $ wp bp signup get foo@example.com
    $ wp bp signup get 123 --match-field=id