Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Retrieves the configured values for the user enrollment invitation email template.
Synopsis
- data GetInvitationConfiguration = GetInvitationConfiguration' {
- newGetInvitationConfiguration :: GetInvitationConfiguration
- data GetInvitationConfigurationResponse = GetInvitationConfigurationResponse' {
- contactEmail :: Maybe Text
- organizationName :: Maybe Text
- privateSkillIds :: Maybe [Text]
- httpStatus :: Int
- newGetInvitationConfigurationResponse :: Int -> GetInvitationConfigurationResponse
- getInvitationConfigurationResponse_contactEmail :: Lens' GetInvitationConfigurationResponse (Maybe Text)
- getInvitationConfigurationResponse_organizationName :: Lens' GetInvitationConfigurationResponse (Maybe Text)
- getInvitationConfigurationResponse_privateSkillIds :: Lens' GetInvitationConfigurationResponse (Maybe [Text])
- getInvitationConfigurationResponse_httpStatus :: Lens' GetInvitationConfigurationResponse Int
Creating a Request
data GetInvitationConfiguration Source #
See: newGetInvitationConfiguration
smart constructor.
Instances
newGetInvitationConfiguration :: GetInvitationConfiguration Source #
Create a value of GetInvitationConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetInvitationConfigurationResponse Source #
See: newGetInvitationConfigurationResponse
smart constructor.
GetInvitationConfigurationResponse' | |
|
Instances
newGetInvitationConfigurationResponse Source #
Create a value of GetInvitationConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactEmail:GetInvitationConfigurationResponse'
, getInvitationConfigurationResponse_contactEmail
- The email ID of the organization or individual contact that the enrolled
user can use.
$sel:organizationName:GetInvitationConfigurationResponse'
, getInvitationConfigurationResponse_organizationName
- The name of the organization sending the enrollment invite to a user.
$sel:privateSkillIds:GetInvitationConfigurationResponse'
, getInvitationConfigurationResponse_privateSkillIds
- The list of private skill IDs that you want to recommend to the user to
enable in the invitation.
$sel:httpStatus:GetInvitationConfigurationResponse'
, getInvitationConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getInvitationConfigurationResponse_contactEmail :: Lens' GetInvitationConfigurationResponse (Maybe Text) Source #
The email ID of the organization or individual contact that the enrolled user can use.
getInvitationConfigurationResponse_organizationName :: Lens' GetInvitationConfigurationResponse (Maybe Text) Source #
The name of the organization sending the enrollment invite to a user.
getInvitationConfigurationResponse_privateSkillIds :: Lens' GetInvitationConfigurationResponse (Maybe [Text]) Source #
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
getInvitationConfigurationResponse_httpStatus :: Lens' GetInvitationConfigurationResponse Int Source #
The response's http status code.