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