1. Packages
  2. CTFd Provider
  3. API Docs
  4. getUsers
CTFd v2.0.5 published on Thursday, Feb 13, 2025 by CTFer.io

ctfd.getUsers

Explore with Pulumi AI

CTFd v2.0.5 published on Thursday, Feb 13, 2025 by CTFer.io

Using getUsers

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getUsers(opts?: InvokeOptions): Promise<GetUsersResult>
function getUsersOutput(opts?: InvokeOptions): Output<GetUsersResult>
Copy
def get_users(opts: Optional[InvokeOptions] = None) -> GetUsersResult
def get_users_output(opts: Optional[InvokeOptions] = None) -> Output[GetUsersResult]
Copy
func GetUsers(ctx *Context, opts ...InvokeOption) (*GetUsersResult, error)
func GetUsersOutput(ctx *Context, opts ...InvokeOption) GetUsersResultOutput
Copy

> Note: This function is named GetUsers in the Go SDK.

public static class GetUsers 
{
    public static Task<GetUsersResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetUsersResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetUsersResult> getUsers(InvokeOptions options)
public static Output<GetUsersResult> getUsers(InvokeOptions options)
Copy
fn::invoke:
  function: ctfd:index/getUsers:getUsers
  arguments:
    # arguments dictionary
Copy

getUsers Result

The following output properties are available:

Affiliation string
Affiliation to a team, company or agency.
Banned bool
Is true if the user is banned from the CTF.
Country string
Country the user represent or is native from.
Email string
Email of the user, may be used to verify the account.
Hidden bool
Is true if the user is hidden to the participants.
Id string
Identifier of the user.
Language string
Language the user is fluent in.
Name string
Name or pseudo of the user.
Password string
Password of the user. Notice that during a CTF you may not want to update those to avoid defaulting user accesses.
Type string
Generic type for RBAC purposes.
Verified bool
Is true if the user has verified its account by email, or if set by an admin.
Website string
Website, blog, or anything similar (displayed to other participants).
Affiliation string
Affiliation to a team, company or agency.
Banned bool
Is true if the user is banned from the CTF.
Country string
Country the user represent or is native from.
Email string
Email of the user, may be used to verify the account.
Hidden bool
Is true if the user is hidden to the participants.
Id string
Identifier of the user.
Language string
Language the user is fluent in.
Name string
Name or pseudo of the user.
Password string
Password of the user. Notice that during a CTF you may not want to update those to avoid defaulting user accesses.
Type string
Generic type for RBAC purposes.
Verified bool
Is true if the user has verified its account by email, or if set by an admin.
Website string
Website, blog, or anything similar (displayed to other participants).
affiliation String
Affiliation to a team, company or agency.
banned Boolean
Is true if the user is banned from the CTF.
country String
Country the user represent or is native from.
email String
Email of the user, may be used to verify the account.
hidden Boolean
Is true if the user is hidden to the participants.
id String
Identifier of the user.
language String
Language the user is fluent in.
name String
Name or pseudo of the user.
password String
Password of the user. Notice that during a CTF you may not want to update those to avoid defaulting user accesses.
type String
Generic type for RBAC purposes.
verified Boolean
Is true if the user has verified its account by email, or if set by an admin.
website String
Website, blog, or anything similar (displayed to other participants).
affiliation string
Affiliation to a team, company or agency.
banned boolean
Is true if the user is banned from the CTF.
country string
Country the user represent or is native from.
email string
Email of the user, may be used to verify the account.
hidden boolean
Is true if the user is hidden to the participants.
id string
Identifier of the user.
language string
Language the user is fluent in.
name string
Name or pseudo of the user.
password string
Password of the user. Notice that during a CTF you may not want to update those to avoid defaulting user accesses.
type string
Generic type for RBAC purposes.
verified boolean
Is true if the user has verified its account by email, or if set by an admin.
website string
Website, blog, or anything similar (displayed to other participants).
affiliation str
Affiliation to a team, company or agency.
banned bool
Is true if the user is banned from the CTF.
country str
Country the user represent or is native from.
email str
Email of the user, may be used to verify the account.
hidden bool
Is true if the user is hidden to the participants.
id str
Identifier of the user.
language str
Language the user is fluent in.
name str
Name or pseudo of the user.
password str
Password of the user. Notice that during a CTF you may not want to update those to avoid defaulting user accesses.
type str
Generic type for RBAC purposes.
verified bool
Is true if the user has verified its account by email, or if set by an admin.
website str
Website, blog, or anything similar (displayed to other participants).
affiliation String
Affiliation to a team, company or agency.
banned Boolean
Is true if the user is banned from the CTF.
country String
Country the user represent or is native from.
email String
Email of the user, may be used to verify the account.
hidden Boolean
Is true if the user is hidden to the participants.
id String
Identifier of the user.
language String
Language the user is fluent in.
name String
Name or pseudo of the user.
password String
Password of the user. Notice that during a CTF you may not want to update those to avoid defaulting user accesses.
type String
Generic type for RBAC purposes.
verified Boolean
Is true if the user has verified its account by email, or if set by an admin.
website String
Website, blog, or anything similar (displayed to other participants).

Package Details

Repository
ctfd ctfer-io/pulumi-ctfd
License
Apache-2.0
Notes
This Pulumi package is based on the ctfd Terraform Provider.
CTFd v2.0.5 published on Thursday, Feb 13, 2025 by CTFer.io