CTFd v2.3.0 published on Thursday, Sep 11, 2025 by CTFer.io
ctfd.getUsers
Start a Neo task
Explain and create a ctfd.getUsers resource
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>def get_users(opts: Optional[InvokeOptions] = None) -> GetUsersResult
def get_users_output(opts: Optional[InvokeOptions] = None) -> Output[GetUsersResult]func GetUsers(ctx *Context, opts ...InvokeOption) (*GetUsersResult, error)
func GetUsersOutput(ctx *Context, opts ...InvokeOption) GetUsersResultOutput> 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)
}public static CompletableFuture<GetUsersResult> getUsers(InvokeOptions options)
public static Output<GetUsersResult> getUsers(InvokeOptions options)
fn::invoke:
function: ctfd:index/getUsers:getUsers
arguments:
# arguments dictionarygetUsers Result
The following output properties are available:
- Id string
- The ID of this resource.
- Users
List<CTFerio.
Ctfd. Outputs. Get Users User>
- Id string
- The ID of this resource.
- Users
[]Get
Users User
- id String
- The ID of this resource.
- users
List<Get
Users User>
- id string
- The ID of this resource.
- users
Get
Users User[]
- id str
- The ID of this resource.
- users
Sequence[Get
Users User]
- id String
- The ID of this resource.
- users List<Property Map>
Supporting Types
GetUsersUser
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
ctfdTerraform Provider.
