sym.sdk.integrations.slack.user

sym.sdk.integrations.slack.user(identifier: Union[str, sym.sdk.user.User], allow_self: bool = False, timeout: Optional[int] = None) sym.sdk.request_destination.SlackUser

A reference to a Slack user.

Parameters
  • identifier – The unique Slack user ID, email, or @mention for a Slack user, or a Sym User instance. (e.g. “U12345”, “jane@symops.io”, “@Jane Austen”).

  • allow_self – A boolean indicating whether the requester may approve this Request.

  • timeout – An integer representing the number of seconds for the request to remain active for this user. After timeout elapses, the request message will expire and can no longer be interacted with.