wp bp signup get
Get a signup.
OPTIONS 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 EXAMPLES
$ wp bp signup get 123
$ wp bp signup get [email protected]
$ wp bp signup get 123 --match-field=id