Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
View users.
Users all have a single base role, and can be assigned multiple custom roles. They can be managed via your Slack workspace or SAML provider.
Using getUser
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 getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(args: GetUserOutputArgs, opts?: InvokeOutputOptions): Output<GetUserResult>def get_user(email: Optional[str] = None,
id: Optional[str] = None,
slack_user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(email: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
slack_user_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetUserResult]func GetUser(ctx *Context, args *GetUserArgs, opts ...InvokeOption) (*GetUserResult, error)
func GetUserOutput(ctx *Context, args *GetUserOutputArgs, opts ...InvokeOption) GetUserResultOutput> Note: This function is named GetUser in the Go SDK.
public static class GetUser
{
public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOutputOptions options)
fn::invoke:
function: incident:index/getUser:getUser
arguments:
# arguments dictionarydata "incident_get_user" "name" {
# arguments
}The following arguments are supported:
- Email string
- Id string
- The ID of this resource.
- Slack
User stringId
- Email string
- Id string
- The ID of this resource.
- Slack
User stringId
- email string
- id string
- The ID of this resource.
- slack_
user_ stringid
- email String
- id String
- The ID of this resource.
- slack
User StringId
- email string
- id string
- The ID of this resource.
- slack
User stringId
- email str
- id str
- The ID of this resource.
- slack_
user_ strid
- email String
- id String
- The ID of this resource.
- slack
User StringId
getUser Result
The following output properties are available:
- Is
Active bool - Whether the user is active. False if the user has been deactivated (e.g. offboarded) or is not yet active.
- Name string
- Email string
- Id string
- The ID of this resource.
- Slack
User stringId
- Is
Active bool - Whether the user is active. False if the user has been deactivated (e.g. offboarded) or is not yet active.
- Name string
- Email string
- Id string
- The ID of this resource.
- Slack
User stringId
- is_
active bool - Whether the user is active. False if the user has been deactivated (e.g. offboarded) or is not yet active.
- name string
- email string
- id string
- The ID of this resource.
- slack_
user_ stringid
- is
Active Boolean - Whether the user is active. False if the user has been deactivated (e.g. offboarded) or is not yet active.
- name String
- email String
- id String
- The ID of this resource.
- slack
User StringId
- is
Active boolean - Whether the user is active. False if the user has been deactivated (e.g. offboarded) or is not yet active.
- name string
- email string
- id string
- The ID of this resource.
- slack
User stringId
- is_
active bool - Whether the user is active. False if the user has been deactivated (e.g. offboarded) or is not yet active.
- name str
- email str
- id str
- The ID of this resource.
- slack_
user_ strid
- is
Active Boolean - Whether the user is active. False if the user has been deactivated (e.g. offboarded) or is not yet active.
- name String
- email String
- id String
- The ID of this resource.
- slack
User StringId
Package Details
- Repository
- incident incident-io/terraform-provider-incident
- License
- Notes
- This Pulumi package is based on the
incidentTerraform Provider.
Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io